summaryrefslogtreecommitdiff
path: root/httemplate/edit/log_email.html
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 /httemplate/edit/log_email.html
parentb307e9044cc1fded25280ea5d9e105daaba89d43 (diff)
Revert "RT#38217: Send email when logging conditions are met"
This reverts commit 5f563d5ac7e6e1e93cca382baa42ee106f3db5a0.
Diffstat (limited to 'httemplate/edit/log_email.html')
-rw-r--r--httemplate/edit/log_email.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/log_email.html b/httemplate/edit/log_email.html
index 4b7d09fb4..0c98046d3 100644
--- a/httemplate/edit/log_email.html
+++ b/httemplate/edit/log_email.html
@@ -16,8 +16,8 @@
},
{ 'field' => 'min_level',
'type' => 'select',
- 'options' => [ 0..4 ],
- 'labels' => { map {$_ => $FS::Log::LEVELS[$_]} 0..4 },
+ 'options' => [ 0..7 ],
+ 'labels' => { map {$_ => $FS::Log::LEVELS[$_]} 0..7 },
'curr_value' => scalar($cgi->param('min_level')),
},
'to_addr',