Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add something like this to your context file (also can be added to Host) (or is it conf/server.xml file?)

No Format
<Valve
    className="org.apache.catalina.valves.AccessLogValve"
    directory="${catalina.base}/logs"
    prefix="access_log"
    fileDateFormat="yyyy-MM-dd.HH"
    suffix=".log"
    pattern="%t %H cookie:%{SESSIONID}c request:%{SESSIONID}r  %m %U %s %q %r"

/>

...