summaryrefslogtreecommitdiff
path: root/FS/FS/Log.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-26 15:04:54 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-26 15:04:54 -0500
commita1930173f49200333e347b87c01c3edabc1ebb9c (patch)
treefeeca6ee320a76e6a303419622fc6ca2d23dd42c /FS/FS/Log.pm
parentb307e9044cc1fded25280ea5d9e105daaba89d43 (diff)
Revert "RT#38217: Send email when logging conditions are met"
This reverts commit 5f563d5ac7e6e1e93cca382baa42ee106f3db5a0.
Diffstat (limited to 'FS/FS/Log.pm')
-rw-r--r--FS/FS/Log.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Log.pm b/FS/FS/Log.pm
index 9d6ce6a..2fd0020 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 {