You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/03/01 07:04:00 UTC

[jira] [Work logged] (LOG4J2-3332) SmtpAppender: add capability to send buffered messages as an email attachment (text, zip, gzip)

     [ https://issues.apache.org/jira/browse/LOG4J2-3332?focusedWorklogId=848194&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848194 ]

ASF GitHub Bot logged work on LOG4J2-3332:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Mar/23 07:03
            Start Date: 01/Mar/23 07:03
    Worklog Time Spent: 10m 
      Work Description: ppkarwasz commented on PR #736:
URL: https://github.com/apache/logging-log4j2/pull/736#issuecomment-1449456872

   This was closed automatically by Github because we renamed the `release-2.x` branch to `2.x`. Feel free to resubmit to the `2.x` branch.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 848194)
    Time Spent: 20m  (was: 10m)

> SmtpAppender: add capability to send buffered messages as an email attachment (text, zip, gzip)
> -----------------------------------------------------------------------------------------------
>
>                 Key: LOG4J2-3332
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-3332
>             Project: Log4j 2
>          Issue Type: New Feature
>          Components: Appenders
>            Reporter: Ron Grabowski
>            Assignee: Ron Grabowski
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Sending hundreds of buffered messages in an email body makes it difficult to view messages in a more traditional text (fixed font) view. Introduce new parameters that default to current behavior:
>  * attachEvents: true/false (defaults to false)
>  * attachEventsCompression: none/zip/gzip (defaults to none)
> In the first iteration the filename will be "logEvents":
>  * logEvents.txt
>  * logEvents,txt.zip
>  * logEvents.html.zip
>  * logEvents.txt.gz
>  * logEvents.html.gz
> Settings like compression level will not be settable. Enhanced compression settings (bzip2, xz, pack200, deflate) will likely not be included.
> This ticket will not add support for a timer to flush events. 
> Change will occur in SmtpManager.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)