chore: libwaku - allow to properly set the log level in libwaku and unify a little (#2708)

* waku.nimble: set properly chronicles compilation flags for static libwaku
* adapt examples to new log setup
This commit is contained in:
Ivan FB
2024-05-17 16:28:54 +02:00
committed by GitHub
parent ee18937357
commit ab3b7df42e
15 changed files with 48 additions and 34 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ json_config = "{ \
\"host\": \"%s\", \
\"port\": %d, \
\"key\": \"%s\", \
\"relay\": %s \
\"relay\": %s ,\
\"logLevel\": \"DEBUG\" \
}" % (args.host,
int(args.port),
args.key,