Thanks Curtis for the PR.

Le 27 mars 2012 16:37, Ovid <[email protected]> a écrit :
> The only open question is this bit in Dancer::Logger::Abstract:
>
>     my $levels = {
>
>         # levels < 0 are for core only
>         core => -10,
>
>         # levels > 0 are for end-users only
>         debug   => 1,
>         warn    => 2,
>         warning => 2,
>         error   => 3,
>         info    => 4,
>     };
>
> I put info at level 4 under the premise that these messages should always be 
> in the logs. I am using this branch at work and so far it works fine.

Hmm, to me "info" should be below warning. If the user does not even
want to see error messages, he wont want to see "info" messages.

My two cents ;)
_______________________________________________
Dancer-users mailing list
[email protected]
http://www.backup-manager.org/cgi-bin/listinfo/dancer-users

Reply via email to