X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FLog.pm;h=2fd0020938fec31ff8f4f06735c41073d9a1a6c6;hp=9d6ce6a570330be05f49a7866d226067a9c9a7a1;hb=a1930173f49200333e347b87c01c3edabc1ebb9c;hpb=b307e9044cc1fded25280ea5d9e105daaba89d43 diff --git a/FS/FS/Log.pm b/FS/FS/Log.pm index 9d6ce6a57..2fd002093 100644 --- a/FS/FS/Log.pm +++ b/FS/FS/Log.pm @@ -9,7 +9,7 @@ use vars qw(@STACK @LEVELS); # override the stringification of @_ with something more sensible. BEGIN { - @LEVELS = qw(debug info warning error critical); + @LEVELS = qw(debug info notice warning error critical alert emergency); foreach my $l (@LEVELS) { my $sub = sub {