Figure out how to set log level
Configuration, Error-handling, Localization and Logging
Brought to you by:
smithfarm
We now have a shiny new Log::Any-enabled logger. It's trivial to get it logging to a file using Log::Any::Adapter::File, but this simple adapter doesn't appear to have any way of setting the log level. So it looks like we'll have to pull out the big guns -- i.e., Log::Dispatch
Maybe use Log::Dispatch in the demo? It's an application issue, not an App::CELL issue.