Logs provide a detailed record of system transactions and interactions. When troubleshooting, the Support Team may ask for these files to investigate the root cause of an issue.
| NOTE: Increasing log levels to DEBUG or VERBOSE increases resource usage. Always revert to INFO once troubleshooting is complete. |
Log Level Overview
The "Logging Level" determines how much detail is recorded.
| Level | Description |
|---|---|
| NONE | No logs recorded (Default for Desktop Client). |
| ERROR | Only critical failures and errors. |
| WARNING | Errors plus predefined warning messages. |
| INFO | Warnings plus standard operational messages (Default for Server). |
| DEBUG | Default recommendation for troubleshooting. Includes auto-generated action logs. |
| VERBOSE | Extreme detail. Can slow down the application; use only when requested and disable immediately after. |
Managing Logs via the Desktop Client (Recommended)
This is the most convenient way to change settings and download logs without navigating system folders.
To Change Logging Levels
For Client & Server: Go to Main Menu > System Administration > Advanced > Logs Management.
For Client Only: Go to Main Menu > Local Settings > Advanced > Logs Management (No login required).
Select the component(s) and click Settings.
Adjust the Logging Level and click OK.
To Download Logs
Open the Logs Management window (as described above).
Check the boxes for the components you need logs for.
Click Download and select a save location.
The files will be saved as a
.ziparchive.
Manual Configuration (Advanced)
If you cannot access the Desktop Client interface, use the following operating system-specific paths to adjust settings or retrieve files.
Server Logs & Configuration
Windows
To Change Level: Open the Registry Editor (
regedit) and navigate to:HKEY_LOCAL_MACHINE\SOFTWARE\Network Optix\Network Optix Media ServerAdd or modify thelogLevelstring value (e.g.,DEBUG).Log File Location:
C:\Windows\System32\config\systemprofile\AppData\Local\Network Optix\Network Optix Media Server\log
Ubuntu (Linux)
To Change Level: Edit the configuration file:
/opt/networkoptix/mediaserver/etc/mediaserver.confAdd or modify thelogLevelstring.Log File Location:
/opt/networkoptix/mediaserver/var/log
Desktop Client Logs & Configuration
| NOTE: Ensure the Desktop Client and any Video Wall instances are completely closed before modifying these files. |
Windows
Configuration Path:
C:\Users\Norman\AppData\Local\Network Optix\Network OptixHD WitnessClient\settings\localLog File Location:
C:\Users\Norman\AppData\Local\Network Optix\Network OptixHD WitnessClient\settings\log
Ubuntu (Linux)
Configuration Path:
~/.local/share/Network Optix/Network Optix HD Witness Client/settings/localLog File Location:
~/.local/share/Network Optix/Network Optix HD Witness Client/log
macOS
Configuration Path:
~/Library/Application Support/Network Optix/Network Optix HD Witness Client/settingsLog File Location:
~/Library/Application Support/Network Optix/Network Optix HD Witness Client/log
To apply changes: Open the logLevel file in a text editor, update the value (e.g., to "DEBUG" or "VERBOSE"), save the file, and restart the Client application.
Comments
0 comments
Article is closed for comments.