How to Modify Logging

Access to the nlog.config file on the server where the application is installed is required. For example: C:\\WebEditor.
The nlog.config file can be updated to set the log level to one of four possible values:
  • Trace

  • Debug

  • Info

  • Error

The following steps describe how to set the logging level:

  1. To set a value, navigate to the nlog.config file within the application and open it in a text editor.
  2. Update the log level throughout the file to set a new value.
  3. Save the file.
  4. To apply a new value, restart the application. The log files are available in the logs folder.