-
Notifications
You must be signed in to change notification settings - Fork 137
Configuring Access Log
Endi S. Dewata edited this page Oct 7, 2021
·
3 revisions
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>
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |