Configure the Entrust Proxy for Microsoft CA logs as follows.
Setting the log level of the Entrust Proxy for Microsoft CA
To enable log recording and set the log level, edit the following file of the Entrust Proxy for Microsoft CA installation folder.
config\application.yml
Assign to the com.entrust.mscaproxy
parameter one of the supported log levels. In increasing severity.
- TRACE
- DEBUG
- INFO
- WARN
- ERROR
- FATAL
- OFF
For example:
logging:
level:
com.entrust.mscaproxy: INFO
Selecting the folder for the Entrust Proxy for Microsoft CA logs
By default, the Entrust Proxy for Microsoft CA stores the logs in the logs
subfolder of the installation folder. See below how to select a different folder.
To select the log folder
- Edit the
MSCAProxy.xml
file located in the installation folder. - Set the desired location in the
logpath
parameter. - Restart the system to make changes effective.