How to Modify Logging
C:\Titania\WebEditor
.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:
-
To set a value, navigate to the
nlog.config
file within the application and open it in a text editor. - Update the log level throughout the file to set a new value.
- Save the file.
-
To apply a new value, restart the application. The log
files are available in the
logs
folder.