0 Replies Latest reply on Mar 8, 2005 7:54 AM by worschtweckle

    access_log filename

    worschtweckle

      Hi all,

      today have tried to change the acces_log filename form
      localhost_access_log.yyyy-mm-dd.log to access_log. Unfortunately, i couldn't find a config line which includes the timestamp.

      server.xml looks like this:

      <Valve className="org.apache.catalina.valves.AccessLogValve"
       prefix="access_log" suffix=""
       pattern="common" directory="${jboss.server.home.dir}/log"
       resolveHosts="false" />
      


      filename looks like this now: access_log2005-03-08

      i'm using jboss 3.2.5

      thanks a lot.