Closed cameronism closed 8 years ago
Unless max_level.set is called nothing will ever be logged. I found out the hard way that currently only the init function is usable for log crate support.
max_level.set
init
log
good catch, thanks!
Unless
max_level.set
is called nothing will ever be logged. I found out the hard way that currently only theinit
function is usable forlog
crate support.