This adds compatibility methods for Logger-like functionality.
Scrolls.info(:t => "t")
Now will produce: t=t level=info.
This also increases our default "LOG_LEVEL" to 6. Meaning, Scrolls will not print #debug messages unless you change this env variable. Previously this was only true for ERROR and more severe.
This adds compatibility methods for Logger-like functionality.
Now will produce:
t=t level=info
.This also increases our default "LOG_LEVEL" to 6. Meaning, Scrolls will not print
#debug
messages unless you change this env variable. Previously this was only true forERROR
and more severe.