waku-org / waku-rust-bindings

Rust wrapper over go-waku ffi
14 stars 6 forks source link

add `logLevel` to `waku_new` config #14

Closed richard-ramos closed 1 year ago

richard-ramos commented 1 year ago

logLevel: Set the log level. Default INFO. Allowed values "DEBUG", "INFO", "WARN", "ERROR", "DPANIC", "PANIC", "FATAL"

danielSanchezQ commented 1 year ago

Implemented in #16