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 e7b0777d25
commit 3faffdbcaa
15 changed files with 48 additions and 34 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ fn main() {
\"host\": \"127.0.0.1\",\
\"port\": 60000, \
\"key\": \"0d714a1fada214dead6dc9c7274581ec20ff292451866e7d6d677dc818e8ccd2\", \
\"relay\": true \
\"relay\": true ,\
\"logLevel\": \"DEBUG\"
}";
unsafe {