mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
set log level to DEBUG for tests in waku.nimble
This commit is contained in:
parent
c6adab7600
commit
3839f1aa23
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user