-
Notifications
You must be signed in to change notification settings - Fork 139
Configuring Server Logging
Endi S. Dewata edited this page Oct 20, 2021
·
14 revisions
The server logging configuration is located at /var/lib/pki/pki-tomcat/conf/logging.properties
.
By default it is a link to /usr/share/pki/server/conf/logging.properties which will generate the following log files:
-
/var/lib/pki/pki-tomcat/logs/catalina.YYYY-MM-DD.log
-
/var/lib/pki/pki-tomcat/logs/localhost.YYYY-MM-DD.log
-
/var/lib/pki/pki-tomcat/logs/host-manager.YYYY-MM-DD.log
-
/var/lib/pki/pki-tomcat/logs/manager.YYYY-MM-DD.log
To change the server logging configuration, replace the link with a copy of the default configuration:
$ rm -f /var/lib/pki/pki-tomcat/conf/logging.properties $ cp /usr/share/pki/server/conf/logging.properties /var/lib/pki/pki-tomcat/conf $ chown pkiuser.pkiuser /var/lib/pki/pki-tomcat/conf/logging.properties
Edit the file as needed, then restart the server.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |