RE: question

2016-03-24 Thread Helm, Mary (MCS Release)
No, there are 2 separate applications. The logs were generated on Windows and viewed on Windows and also generated on Linux and viewed on Linux. Mary -Original Message- From: Gary Gregory [mailto:garydgreg...@gmail.com] Sent: Thursday, March 24, 2016 3:37 PM To: Log4J Users List

RE: question

2016-03-24 Thread Gary Gregory
Are you generating logs on windows and viewing them on linux or vice versa? Gary On Mar 24, 2016 9:55 AM, "Helm, Mary (MCS Release)" wrote: > Yes, an extra empty (or blank) line is appearing between the log > statements written by the application code - not by the system

RE: question

2016-03-24 Thread Helm, Mary (MCS Release)
Yes, an extra empty (or blank) line is appearing between the log statements written by the application code - not by the system itself though. Anything in the log from JBOSS itself is showing as single-spaced. Thanks, Mary -Original Message- From: Remko Popma

Re: question

2016-03-24 Thread Remko Popma
Mary, I recommend you raise a Jira ticket for this. I don't know about the other Log4j community members, but I currently don't have time to look into this and without a Jira ticket it may quickly drop below my mailbox horizon... Also, perhaps this is because I'm not a native English speaker, but

RE: question

2016-03-24 Thread Helm, Mary (MCS Release)
Further investigation shows this happens when running on Windows - not Linux. The logs are single-spaced on Linux but double-spaced on Windows using this log4j2.xml %d [%10.10t] %-5.5p %30.30c{2} - %m%n

JMSAppender

2016-03-24 Thread Mike Tod
Has anyone been able to get the JMSAppender working on Log4j2? If so do you have any example config? Below is my config file : %d{HH:mm:ss.SSS} %-5level %c{1.} %M:%L - %msg%xEx%n I keep