If I set the timestamp value to "false" in the logger settings like
below:

 <Logger className="org.apache.catalina.logger.FileLogger"
 directory="logs"  prefix="localhost_log." suffix=".txt"
 timestamp="false"/>

Will this only keep one day of log files or will it just be one file
that gets keeps getting larger?


Ideally what I would like is the logger fields in the server.xml to
only log the current day and keep a one day previous log. Is the only
way to accomplish this is to have some thread or script run that will
delete older files as they are no longer needed?

Thanks for any help.

-- 

Rick
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to