You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2016/01/05 17:43:40 UTC

[jira] [Assigned] (LOG4J2-1244) Make header and footer values customizable in JSONLayout in Log4j 2

     [ https://issues.apache.org/jira/browse/LOG4J2-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory reassigned LOG4J2-1244:
------------------------------------

    Assignee: Gary Gregory

> Make header and footer values customizable in JSONLayout in Log4j 2
> -------------------------------------------------------------------
>
>                 Key: LOG4J2-1244
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-1244
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: Layouts
>            Reporter: Anshu Garg
>            Assignee: Gary Gregory
>
> It will be helpful to provide a way to customize header and footer in JSONLayout in Log4j 2.
> For instance user is writing a logging application which logs requests and responses to/from a server to log files in JSON format. Now user also wants to log server specific information in each log file but since it will be common for all request/response, it is not desired to be logged with each log entry so user wants to add server specific common information at start of the file. As header in JSON format or in this use case. This will be followed by each request and response logged as a JSON array element. And at rollover this JSON array and main JSON object  (which contains header and JSON array) should  be closed with help of footer.
> A typical file will be something like ...
> {"Header":{"ServerName":"MyAppServer"},"LogEntries":[{"Message":"Request message1","RequestingAddress":"127.0.0.1","TimeStamp":"2016-01-05_07-24-59"},
> {"Message":"Request message1","RequestingAddress":"127.0.0.1","TimeStamp":"2016-01-05_07-24-59"},
> {"Message":"Request message1","RequestingAddress":"127.0.0.1","TimeStamp":"2016-01-05_07-24-59"},
> {"LogEndMarker":"END"}]}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org