diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-26 16:42:54 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-29 20:10:33 -0500 |
commit | 21385930c7ca62c993c0f55993a286d4edfa34c1 (patch) | |
tree | 9ed7abb5e8da4f5d1710a0552fc5b256c681a2f3 /httemplate/browse/log_email.html | |
parent | f1d59659244a34b2ee9c6380babff464639e2927 (diff) |
RT#38217: Send email when logging conditions are met [removed unwanted log levels, preserved level num mapping, v4]
Diffstat (limited to 'httemplate/browse/log_email.html')
-rw-r--r-- | httemplate/browse/log_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/log_email.html b/httemplate/browse/log_email.html index 0f64dd454..007ea6f74 100644 --- a/httemplate/browse/log_email.html +++ b/httemplate/browse/log_email.html @@ -21,7 +21,7 @@ ], 'fields' => [ 'logemailnum', sub { $_[0]->context || '(all)' }, - sub { $FS::Log::LEVELS[$_[0]->min_level] }, + sub { $FS::Log::LEVELS{$_[0]->min_level} }, 'msgname', 'to_addr', $actions, |