Skip to content

Adding Additional Loggers

Jeremy Landis edited this page May 20, 2023 · 2 revisions

Standard out logs within psi-probe are treated as living in ${catalina.base}/logs. Therefore, it is possible to add any missing log by modifying stdoutFiles located in 'stdout.properties'.

Simply add additional needed values to the list shown below to make the logs available.

# standard out logs
0=catalina.out
1=wrapper.log
2=stdout.log
3=stdout.err

# add more logs here for those not supported by psi-probe currently

However, one might like built in support. For that, please feel free to offer pull requests with built in functionality reading logs off classpath for various types.

Clone this wiki locally