Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.8.4, 1.9.7, 1.10.2
-
None
-
None
Description
Current Situation
JS-1473introduced the event xml files to be attached to mails that are send by JobScheduler.- The respective setting in the stylesheet ./config/scheduler_mail.xsl is:
<mail attach_xml="yes">
Desired Behavior
- No xml files are included with mail being sent.
- Adding xml files a restriced to debugging purposes.
Workaround
- Modify ./config/scheduler_mail.xsl to specify
<mail attach_xml="no">
- A JobScheduler restart is required after the modification.
Attachments
Issue Links
- relates to
-
JS-1473 The attribute warn_if_longer_than should result in a warning message email instead of an error email
- Released