NetServer diagnostics
You can turn on and off logging for NetServer directly in Diagnostics section of the web.config or SuperOffice.config file.- Make sure the key
LogErroris set to True. - Make sure it writes to a file by setting
LogToFileto True. - Update
LogFolderif necessary.
Remember to turn the logging off when it is not needed, as extended logging in NetServer will reduce performance.There are changes in how NetServer logging is enabled from SuperOffice 10.2. Please read the SuperOffice Web client debugging page for more information.
How do I find the location of the log file
If you know that the debug is enabled and you just want to find a location of the file without making all users log out from the session, you can do it directly in the config file.- Find a .config file of the component you are debugging.
- In the
<Diagnostics>section<add key="LogFolder" value="C:\Log">will store the path to the log file.