Disable logging in tests
Logger output interferes with the test runner output.
This commit is contained in:
parent
fae05fce86
commit
c93e015e43
|
@ -1,4 +1,4 @@
|
||||||
--path:".."
|
--path:".."
|
||||||
--threads:on
|
--threads:on
|
||||||
--tlsEmulation:off
|
--tlsEmulation:off
|
||||||
-d:chronicles_log_level=DEBUG
|
-d:chronicles_enabled=off
|
||||||
|
|
Loading…
Reference in New Issue