Debug Logging in the Management Service

You are here:

To Enable Debug Logging

To enable debug logging in the management service, set debug to true in the Authorization.xml file on the management server(s). The path for the file is typically:

<Management service install folder>\Authorization.xml

Within the file are a few attributes. Example Authorization.xml file:

image.png

If the logging debug line is not there, add the <logging debug=”true” /> attribute to the file and save the file.

When logging debug is set to true, System Frontier will log service starts and stops as well as every incoming management service request, including the source IP address to this location:

C:\ProgramData\Noxigen\sf_debug.log

To Disable Debug Logging

To disable debug logging, set the logging debug attribute in the Authorization.xml file to false:

<logging debug=”false”/>

Then save the xml file.

Was this article helpful?
Dislike 0