I configured my Logger entires in server.xml so that the logs appear as
<logfile name>.log with no timestamping. Here is one such example:

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

However, the log is being created as follows:
logs/localhost2002-10-09.log

I am running the binary dist of 4.1.2 on Linux and Solaris 8.

Anyone have any ideas?

Thc,
CC

 

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

Reply via email to