Subject: | Perlbal::Plugin::Throttle uses non-existing log level "warn" |
There are at least two places in Throttle.pm where Perlbal::log(warn =>
...) is used. But syslog() (which may be called in Perlbal::log) only
accepts "warning", not "warn":
$ perl -MSys::Syslog -e 'syslog("warn", "message");'
syslog: invalid level/facility: warn at -e line 1
Also, the comment in Perlbal::log mentions "warn", but this should be
changed to "warning".
Regards,
Slaven