A function to parse logger definition (including modules) given as a string.
Examples
info
trace
debug;consensus=trace
debug/log
Optional
A function to parse logger definition (including modules) given as a string.
Examples
info- setup default logging level toinfo.trace- default logging level set totrace.debug;consensus=trace- default level is set todebug/log, but consensus is in trace mode.