Reduce default verbosity level
This commit is contained in:
parent
0dbccf09d5
commit
be04d8ac40
@ -44,7 +44,7 @@ public final class Init {
|
|||||||
LoadLibrary.load("tdjni");
|
LoadLibrary.load("tdjni");
|
||||||
ConstructorDetector.init();
|
ConstructorDetector.init();
|
||||||
try {
|
try {
|
||||||
NativeClientAccess.execute(new SetLogVerbosityLevel(2));
|
NativeClientAccess.execute(new SetLogVerbosityLevel(1));
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
LOG.error("Can't set verbosity level on startup", ex);
|
LOG.error("Can't set verbosity level on startup", ex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user