You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Oki DZ <ok...@pindad.com> on 2000/07/13 06:01:08 UTC

Tomcat's log

Hi,

I added "path" in:
    <Logger name="tc_log" 
            customOutput="yes" 
            verbosityLevel = "INFORMATION" 
	    path="/var/log/tomcat/tomcat.log"
            timestamp="yes" />

But when I restarted Tomcat, the message said:
Starting tomcat. Check logs/tomcat.log for error messages 
                       ^^^^

It didn't point to /var/log/tomcat/tomcat.log.

Oki