A Server log keeps a record of all Server transactions in basic text form, while a Desktop Client log keeps a record of all client interactions. In certain cases to speed up and simplify a troubleshooting process, you might be asked to provide us with Server or Desktop Client logs.
Note: Use the toggle to collapse ▼ or expand ▶ the instructions for your desired OS.
How to change Server logging level
Note: DEBUG and VERBOSE log levels might cause extra resource usage increase. Always consider changing the settings below back to the default state.
You can modify the level via the web admin or configuration file.
Web Admin
To change the log level through the Web Admin interface:
- Navigate to the Web Admin interface and log in with Administrator level credentials.
- Click on the appropriate Server under the Servers section.
- Open the hidden "Advanced" section of the Web Admin interface by appending
?advanced=true
to end of the URL.
For example:
https://127.0.0.1:7001/#/settings/servers/726a51c4-d15e-34d9-c394-19b7bcf9402e?advanced=true
- Once you are in the Advanced view, go to the Log Settings section.
- Locate the MAIN log level drop-down menu and choose the option as instructed by our support team (usually it will be Debug: Log every System message and debug information).
- Click Save.
Server Configuration File
You can change the log level through a Windows Registry file or a Linux configuration file.
Windows
- To increase logging level open the registry editor (win key + R -> regedit -> enter) and navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Network Optix\Network Optix Media Server
- Add the logLevel string, and set the desired value (e.g., DEBUG). Click OK to save.
- Restart the Media Server to apply changes
- Server logs will be available at
C:\Windows\System32\config\systemprofile\AppData\Local\Network Optix\Network Optix Media Server\log
Ubuntu
- To change the log level, open vi editor and modify the server config file:
/opt/networkoptix/mediaserver/etc/mediaserver.conf
- Add logLevel string, and set the desired value (e.g., DEBUG2). Save the modified file.
- Restart the Media Server to apply changes
- Application logs will be available at
/opt/networkoptix/mediaserver/var/log
How to find Server logs
You can find the log files on the server machine.
Windows
- Navigate to
C:\Windows\System32\config\systemprofile\AppData\Local\Network Optix\Network Optix Media Server\log
Ubuntu
- Navigate to
/opt/networkoptix/mediaserver/var/log/
How to change Desktop Client logging level
You can change the log level through a Windows Registry file, a Linux configuration file, and a Mac configuration file.
Windows
- Stop all running Desktop client instances (videowall included) on the specific client computer.
- To increase logging level open the registry editor (win key + R -> regedit -> enter) and navigate to
HKEY_CURRENT_USER\SOFTWARE\Network Optix\Network Optix HD Witness Client
- Find the logLevel variable. Double click it and set the desired value (e.g., DEBUG). Click OK to save.
- Start the client to apply changes
- Application logs will be available at
C:\Users\%username%\AppData\Local\Network Optix\Network Optix HD Witness Client\log
Ubuntu
- Stop all running Desktop client instances (videowall included) on the specific client computer.
- To change the log level, open vi editor and modify the client config file:
/home/%username/.config/Network Optix/Network Optix HD Witness Client.conf
- Find the logLevel string and set the desired value (e.g., DEBUG2). Save the modified value.
- Start the client to apply changes
Mac
- Stop all running Desktop client instances (videowall included) on the specific client computer.
- Open Terminal and run the following command to convert the Desktop Client's config file from binary to .xml format:
plutil -convert xml1 ~/Library/Preferences/com.network-optix.Network\ Optix\ HD\ Witness\ Client.plist
- Open the converted config file with vim:
vim ~/Library/Preferences/com.network-optix.Network\ Optix\ HD\ Witness\ Client.xml
- Find the line <key>logLevel</key> by entering the search command /logLevel.
- Enter edit mode by pressing i and edit the line directly under the highlighted search result. It should be changed from <string>none</string> to <string>DEBUG2</string>. If it can't be found in the file, create the <key>logLevel</key> entry yourself.
- Press the ESC button. Type the command :wq and press ENTER.
How to find Desktop Client logs
You can find the log files on the client machine.
Windows
- Navigate to
C:\Users\%username%\AppData\Local\Network Optix\Network Optix HD Witness Client\log
Ubuntu
- Navigate to
/home/%username%/.local/share/Network Optix/Network Optix HD Witness Client/log
Mac
- Navigate to
~/Library/Application Support/Network Optix/Network Optix HD Witness Client/log
Questions
If you have any questions related to this topic or you want to share your experience with other community members or our team, please visit and engage in our support community or reach out to your local reseller.
Comments
0 comments
Article is closed for comments.