Skip to content

Configuring Access Log

Endi S. Dewata edited this page Sep 30, 2021 · 3 revisions

Overview

PKI server access log can be configured during installation using the Two-Step Installation process.

Configuration Process

Run installation step 1.

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>

Finally, run installation step 2.

See Also

Clone this wiki locally