Subject: | RFE: Add a Log4perl category for sectioning off Dancer logging |
It's not a bug, it's a request for a new feature.
Right now, Dancer::Logger::Log4perl uses the root logger, which means when you're trying to get INFO or DEBUG from your own code, you also get all everything from Dancer at the same time.
It would be nice if Dancer::Logger::Log4perl used the "Dancer" category for its logging. If that config was missing from the Log4perl config file, then it would default back to the root logger and all current behavior would be unaffected.
But if it was defined, then it could be varied independently from other sections of the code.