Skip to content

Instantly share code, notes, and snippets.

@mstump
Created January 2, 2014 07:01
Show Gist options
  • Save mstump/8215862 to your computer and use it in GitHub Desktop.
Save mstump/8215862 to your computer and use it in GitHub Desktop.
Enable tomcat access logs with latency info
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log." suffix=".txt"
pattern="%h %l %u %t %r %s %b %D" resolveHosts="false"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment