-
Notifications
You must be signed in to change notification settings - Fork 140
Configuring Server Access Log
Endi S. Dewata edited this page Feb 3, 2022
·
2 revisions
The access log configuration is located at /var/lib/pki/pki-tomcat/conf/server.xml
:
<Server ...> <Service ...> <Engine ...> <Host ...> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="common"/> </Host> </Engine> </Service> </Server>
The logs will be stored in /var/log/pki/pki-tomcat/localhost_access_log.YYYY-MM-DD.txt
.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |