Re: The Logger Component

2004-05-19 Thread Mario Ivankovits
ariel wrote: 2) Is it possible to limit the amount of rolled logged files as it can be done in the log4j ? I am not sure, if there is already an implementation available, nor if tomcat provides one. But some time ago i have written a simple class which is able to act as replacement for the

The Logger Component

2004-05-18 Thread ariel
2 small questions regarding the Logger Component: Logger className=org.apache.catalina.logger.FileLogger directory=/home/client/public_html/test/WEB-INF/logs prefix=client. suffix=.log timestamp=true/ 1) Is the only way to make the log file to be rolled is by defining time stamp to true

RE: The Logger Component

2004-05-18 Thread Shapira, Yoav
Hi, 2 small questions regarding the Logger Component: 1) Is the only way to make the log file to be rolled is by defining time stamp to true (timestamp=true)? I don't think so, but I'm not sure. IIRC timestamp affects only the content of the logged messages, not the rollover. 2

Re: log rotation - Logger Component

2003-01-24 Thread M
On Thu, 23 Jan 2003 12:37:52 -0500 Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, I see you can configure the directory, name (prefix/suffix) but what about rotation It seems to be missing. Is there such an option? As the docs for Logger

log rotation - Logger Component

2003-01-23 Thread M
Hi, I see you can configure the directory, name (prefix/suffix) but what about rotation It seems to be missing. Is there such an option? Is tomcat using log4j, it looks like not? If it were/can how do you configure the lcf file to use? -- Regards, M Martin Sillence PR Newswire DL +44

RE: log rotation - Logger Component

2003-01-23 Thread Shapira, Yoav
Howdy, I see you can configure the directory, name (prefix/suffix) but what about rotation It seems to be missing. Is there such an option? As the docs for Logger (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/logger.html) indicate, there is current no such option. There are many