Re: Creating separate log for each request

2012-06-21 Thread Pid
ar...@unisys.com> wrote: > >>> From: Lahiru Gunathilake [mailto:glah...@gmail.com] >>> Subject: Creating separate log for each request >> >>> I am using slf4j for my logging and everything works fine and all >>> the logs comes to catalina.out. >> &

Re: Creating separate log for each request

2012-06-21 Thread Rainer Jung
On 20.06.2012 23:35, Lahiru Gunathilake wrote: Hi Jeff, Thanks for the response, actually my requirement is to make the life easier for the admin, and if something goes wrong he has an ID of the request which failed (This is not a system which is getting millions of http requests) and then he sh

Re: Creating separate log for each request

2012-06-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lahiru, On 6/20/12 5:39 PM, Lahiru Gunathilake wrote: > Hi Caldarale, > > Its not a website.. I am hosting a middleware which will be used > by scientist to run their application in the Grid. So Ideal > scenario is like 2--30 requests per day but th

Re: Creating separate log for each request

2012-06-20 Thread Lahiru Gunathilake
are very important. Lahiru On Wed, Jun 20, 2012 at 5:35 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Lahiru Gunathilake [mailto:glah...@gmail.com] > > Subject: Creating separate log for each request > > > I am using slf4j for my logging and ev

RE: Creating separate log for each request

2012-06-20 Thread Caldarale, Charles R
> From: Lahiru Gunathilake [mailto:glah...@gmail.com] > Subject: Creating separate log for each request > I am using slf4j for my logging and everything works fine and all > the logs comes to catalina.out. Which means that things are seriously broken or incredibly badly configure

Re: Creating separate log for each request

2012-06-20 Thread Lahiru Gunathilake
Hi Jeff, Thanks for the response, actually my requirement is to make the life easier for the admin, and if something goes wrong he has an ID of the request which failed (This is not a system which is getting millions of http requests) and then he should be able to figure out the logs for that requ

Re: Creating separate log for each request

2012-06-20 Thread Jeff MAURY
Are you sure of that, a single file for a single HTTP request. I don't know a file system capable to handle that ? Jeff On Wed, Jun 20, 2012 at 10:38 PM, Lahiru Gunathilake wrote: > Hi All, > > I have my webapp deployed on tomcat. I am using slf4j for my logging and > everything works fine and

Creating separate log for each request

2012-06-20 Thread Lahiru Gunathilake
Hi All, I have my webapp deployed on tomcat. I am using slf4j for my logging and everything works fine and all the logs comes to catalina.out. But I have a requirement of creating a separate log for each request comes to my webapp... I only have single webapp, so I simply want to create a separate