wrapper.event.<event_name>.email.attach_log |
||||||||
Enables sending a log file in the attachments of the Notification mails sent by the Wrapper. The properties are all of the form wrapper.event.<x>.email* where "<x>" component is either the keyword "default", or one of the Event Types. Unlike the other event related properties, if you want to use the log file as attachment you have to activate this globally for the "default" event type. You can, however, use the different Event Types to deactivate sending the logfile for those events. The default value is "FALSE".
|
wrapper.event.default.email.maillog.lines |
||||||||
Specifies the number of lines the log file sent in the attachments. The default value is "50".
NOTEPlease note that, unlike the previous email properties, it is NOT possible to specify the numbers of lines for individual Event Types, only for the "default" case globally. |
wrapper.event.default.email.maillog.format |
||||||||
Defines the format of the log file in the attachments. The possible values are exactly the same as the console output format, the log file output format, etc. The default value is "LPTM".
NOTEPlease note that, unlike the previous email properties, it is NOT possible to specify the format for individual Event Types, only for the "default" case globally. |
wrapper.event.default.email.maillog.loglevel |
||||||||
Specifies the loglevel of the log file in the attachments. The possible values are exactly the same as the console output loglevel, the log file output loglevel, etc. The default value is "INFO".
NOTEPlease note that, unlike the previous email properties, it is NOT possible to specify the loglevel for individual Event Types, only for the "default" case globally. |















