Disable LockLevel warnings

Rationale: we don't use this experimental Nim feature,
and its warnings obfuscate other warnings that may
be relevant.
This commit is contained in:
Mark Spanbroek 2021-11-15 12:30:05 +01:00 committed by markspanbroek
parent ce66e43440
commit 536b2eaad5
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
-d:"chronicles_log_level=INFO"
--warning:LockLevel:off