From 536b2eaad5624036e377f575568cfc209586db32 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 15 Nov 2021 12:30:05 +0100 Subject: [PATCH] Disable LockLevel warnings Rationale: we don't use this experimental Nim feature, and its warnings obfuscate other warnings that may be relevant. --- nim.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/nim.cfg b/nim.cfg index 8589cf1d..59a8296a 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1 +1,2 @@ -d:"chronicles_log_level=INFO" +--warning:LockLevel:off