Re: Log4j Issue

2016-08-10 Thread Mark Eggers
Syed, Please do not top post. See: http://tomcat.apache.org/lists.html#tomcat-users item 6. My responses are inline. On 8/10/2016 1:43 AM, Syed Mudassir Ahmed wrote: > Mark, > Thanks for the response. > Indeed I am using Log4j-2. Below is my xml file: > > > > > > filePattern

Re: Log4j Issue

2016-08-10 Thread Syed Mudassir Ahmed
Mark, Thanks for the response. Indeed I am using Log4j-2. Below is my xml file: date:%d, millisecs:%r, level:%p, logger:%c, thread:[%t], file:%F, method:%M, line:%L, message:%m%n%n

Re: Log4j Issue

2016-08-09 Thread Mark Eggers
Syed, On 8/9/2016 10:08 PM, Syed Mudassir Ahmed wrote: > I am using Log4j in my web app to write the logs to a separate file. > Surprisingly, that log file is not at all getting created. I run > the logger logic as a standalone application and the log file indeed > gets created. I am assuming t