Feel free to submit a unit test and patch. Gary
On Mon, Mar 28, 2016 at 12:00 PM, Kamal Mettananda <[email protected]> wrote: > Hi all > > I am using log4j 2.5 to print the logs via XMLLayout. I have set > compact="true", hence the new line and indents of sub tags work correctly. > However I have noticed that the first child tag is not indented corrected. > Following is such a sample where <Events> and <Event> are at the same > indent level (0 indent). I do think this is a formatting issue in the code > rather than expected behavior; but I might be wrong? > > <?xml version="1.0" encoding="UTF-8"?> > <Events xmlns="http://logging.apache.org/log4j/2.0/events"> > <Event xmlns="http://logging.apache.org/log4j/2.0/events" > timeMillis="1459191034362" thread="main" level="INFO" > loggerName="org.logging.learn.log4j.Main" endOfBatch="false" > loggerFqcn="org.apache.logging.log4j.spi.AbstractLogger"> > <Message>6 + 4 = 10</Message> > </Event> > > <Event xmlns="http://logging.apache.org/log4j/2.0/events" > timeMillis="1459191034457" thread="main" level="INFO" > loggerName="org.logging.learn.log4j.Main" endOfBatch="false" > loggerFqcn="org.apache.logging.log4j.spi.AbstractLogger"> > <Message>6 - 4 = 2</Message> > </Event> > > </Events> > > Thanks > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
