summaryrefslogtreecommitdiff
path: root/httemplate/edit/msg_template
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-20 20:56:13 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-10-20 20:56:13 -0500
commit974fceaaca8e1404750a60a4daafb568b1be5159 (patch)
treebfd6943babb0551302951cc9fd3a163491b95ba1 /httemplate/edit/msg_template
parentb25c22890cc4523988b1dc84938d1e52bc681e25 (diff)
RT#38217: Send email when logging conditions are met
Diffstat (limited to 'httemplate/edit/msg_template')
-rw-r--r--httemplate/edit/msg_template/email.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template/email.html b/httemplate/edit/msg_template/email.html
index dc70ef6ec..b0c1aa31a 100644
--- a/httemplate/edit/msg_template/email.html
+++ b/httemplate/edit/msg_template/email.html
@@ -302,6 +302,11 @@ my %substitutions = (
'$payinfo' => 'Card/account# (masked)',
'$error' => 'Decline reason',
],
+ 'system_log' => [
+ '$logmessage' => 'Log entry message',
+ '$loglevel' => 'Log entry level',
+ '$logcontext' => 'Log entry context',
+ ],
);
tie my %sections, 'Tie::IxHash', (
@@ -315,6 +320,7 @@ tie my %sections, 'Tie::IxHash', (
'svc_domain'=> 'Domain service fields',
'svc_phone' => 'Phone service fields',
'svc_broadband' => 'Broadband service fields',
+'system_log' => 'System log fields',
);
my $widget = new HTML::Widgets::SelectLayers(