ronosaurus opened a new pull request #736:
URL: https://github.com/apache/logging-log4j2/pull/736


   DO NOT MERGE: candidate for a 2.19 release after more important changes 
occur in 2.18
   
   ```
   // logEvents.html.zip
   smtpBuilder.setAttachEvents(true);
   
smtpBuilder.setAttachEventsCompression(SmtpManager.AttachEventsCompression.ZIP);
   ```
   
   ```
   // logEvents.html
   smtpBuilder.setAttachEvents(true);
   ```
   
   ```
   // logEvents.txt.gz
   smtpBuilder.setLayout(PatternLayout.createDefaultLayout())
   smtpBuilder.setAttachEvents(true);
   
smtpBuilder.setAttachEventsCompression(SmtpManager.AttachEventsCompression.GZ);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to