diff --git a/waku.nimble b/waku.nimble index a7a1b2dd2..bf3223fc7 100644 --- a/waku.nimble +++ b/waku.nimble @@ -367,7 +367,7 @@ task libWakuIOS, "Build the mobile bindings for iOS": let extraParams = "-d:chronicles_log_level=ERROR" buildMobileIOS srcDir, extraParams -proc test(name: string, params = "-d:chronicles_log_level=TRACE") = +proc test(name: string, params = "-d:chronicles_log_level=DEBUG") = # XXX: When running `> NIM_PARAMS="-d:chronicles_log_level=INFO" make test2` # I expect compiler flag to be overridden, however it stays with whatever is # specified here. @@ -376,7 +376,7 @@ proc test(name: string, params = "-d:chronicles_log_level=TRACE") = ### Waku common tasks task testcommon, "Build & run common tests": - test "all_tests_common", "-d:chronicles_log_level=TRACE -d:chronosStrictException" + test "all_tests_common", "-d:chronicles_log_level=DEBUG -d:chronosStrictException" ### Waku tasks task wakunode2, "Build Waku v2 cli node":