Closed asenchi closed 7 years ago
This adds Scrolls#level for adjusting the logging level in code. LOG_LEVEL is also still used and defaults to Syslog::LOG_INFO.
Scrolls#level
LOG_LEVEL
Syslog::LOG_INFO
/cc @rsanheim
Since we have specific methods for level now (Scrolls#warn, etc), I don't think this is needed as much. I may consider it later though if there appears to be a need.
Scrolls#warn
This adds
Scrolls#level
for adjusting the logging level in code.LOG_LEVEL
is also still used and defaults toSyslog::LOG_INFO
./cc @rsanheim