Revert "RT#38217: Send email when logging conditions are met"
[freeside.git] / FS / FS / Log.pm
index 9d6ce6a..2fd0020 100644 (file)
@@ -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 {