Set test logging level to ERROR

This commit is contained in:
Jazz Turner-Baggs 2025-11-24 18:53:40 -08:00
parent 6a4fd70c39
commit b63d7b9f49
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ proc test(name: string, params = "-d:chronicles_log_level=DEBUG", lang = "c") =
exec "build/" & name
task tests, "Build & run tests":
test "all_tests", "-d:chronicles_log_level=DEBUG -d:chronosStrictException"
test "all_tests", "-d:chronicles_log_level=ERROR -d:chronosStrictException"
task waku_example, "Build Waku based simple example":
let name = "waku_example"