HTTP request logging
HTTP requests to the runtime engine and the administrative console are logged to the <date>.request.log
file and <date>.request2.log
, respectively, by the Pingfederate web container.
Like other PingFederate-generated log files, the HTTP request logs are written to the default PingFederate log directory. Properties controlling request logging are contained in the web-container configuration files:
-
jetty-runtime.xml
for the runtime engine (the<date>.request.log
files) -
jetty-admin.xml
for the administrative console (the<date>.request2.log
files)
You can find these files in the <pf_install>/pingfederate/etc
directory, and you can independently manage them on a per-server basis.