Subject: | set logging = 0 and module still logs when catalyst debug is turned on |
15:37 < Savuud> | Hiya, quick question about the logging that
Plugin::Static::Simple is creating when I'm running in debug mode. I've
set the config 'logging' for 'Plugin::Static::Simple' to 0 but
nothing seems to help! How can I get Static::Simple to not produce
any log statements while running in debug mode?
From Denny:
15:37 < denny> | this is an FAQ
15:37 < denny> | I think there's a bug in one of the modules
somewhere that makes it not work as documented
15:37 < denny> | iirc
16:02 < denny> | Savuud: like I said, there's a bug
16:02 < denny> | I don't remember the details, but people have
been through this at least twice in this channel in the last month or so
So the options on IRC were
1. Deprecate this module (on cpan and elsewhere) and point to the
replacements (Plack::App::File)
2. Fix this bug
3. ???
Version was Catalyst 5.9
This Module 0.30
- Mike