mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
waku.nimble force compile logs with TRACE log level by default (#3348)
This commit is contained in:
parent
b9d060572f
commit
fca3b034c2
18
waku.nimble
18
waku.nimble
@ -163,14 +163,28 @@ task libwakuStatic, "Build the cbindings waku node library":
|
|||||||
let name = "libwaku"
|
let name = "libwaku"
|
||||||
buildLibrary name,
|
buildLibrary name,
|
||||||
"library/",
|
"library/",
|
||||||
"""-d:chronicles_line_numbers -d:chronicles_runtime_filtering=on -d:chronicles_sinks="textlines,json" -d:chronicles_default_output_device=Dynamic -d:chronicles_disabled_topics="eth,dnsdisc.client" --warning:Deprecated:off --warning:UnusedImport:on """,
|
"""-d:chronicles_line_numbers \
|
||||||
|
-d:chronicles_runtime_filtering=on \
|
||||||
|
-d:chronicles_sinks="textlines,json" \
|
||||||
|
-d:chronicles_default_output_device=Dynamic \
|
||||||
|
-d:chronicles_disabled_topics="eth,dnsdisc.client" \
|
||||||
|
--warning:Deprecated:off \
|
||||||
|
--warning:UnusedImport:on \
|
||||||
|
-d:chronicles_log_level=TRACE """,
|
||||||
"static"
|
"static"
|
||||||
|
|
||||||
task libwakuDynamic, "Build the cbindings waku node library":
|
task libwakuDynamic, "Build the cbindings waku node library":
|
||||||
let name = "libwaku"
|
let name = "libwaku"
|
||||||
buildLibrary name,
|
buildLibrary name,
|
||||||
"library/",
|
"library/",
|
||||||
"""-d:chronicles_line_numbers -d:chronicles_runtime_filtering=on -d:chronicles_sinks="textlines,json" -d:chronicles_default_output_device=Dynamic -d:chronicles_disabled_topics="eth,dnsdisc.client" --warning:Deprecated:off --warning:UnusedImport:on """,
|
"""-d:chronicles_line_numbers \
|
||||||
|
-d:chronicles_runtime_filtering=on \
|
||||||
|
-d:chronicles_sinks="textlines,json" \
|
||||||
|
-d:chronicles_default_output_device=Dynamic \
|
||||||
|
-d:chronicles_disabled_topics="eth,dnsdisc.client" \
|
||||||
|
--warning:Deprecated:off \
|
||||||
|
--warning:UnusedImport:on \
|
||||||
|
-d:chronicles_log_level=TRACE """,
|
||||||
"dynamic"
|
"dynamic"
|
||||||
|
|
||||||
### Mobile Android
|
### Mobile Android
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user