Configuring Access Log - dogtagpki/pki GitHub Wiki
PKI server access log can be configured during installation (see Two-Step Installation) or after installation.
To configure the access log, edit the AccessLogValve
configuration in /var/lib/pki/pki-tomcat/conf/server.xml
:
<Server> ... <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="common" resolveHosts="false"/> ... </Server>