All Collections
Documentation and help
EdgeVis Server
EdgeVis Server FAQs
Increasing the logging level of my EdgeVis server
Increasing the logging level of my EdgeVis server

How do I increase the logging level of my EdgeVis server

Updated over a week ago

If the log files do not contain the necessary details for troubleshooting, you can increase the level of data collected by following these steps:

Step(s)

  1. Stop the EdgeVis Server service:

    1. Windows - stop the EdgeVis Server service in the Windows Services list

    2. Linux - run the command sudo systemctl stop edgevis-server

  2. Navigate to the following directory:

    1. Windows: C:\Program Files (x86)\EdgeVis Server\bin

    2. Linux: /opt/edgevis-server

  3. Open the logging.ini file in a text editor

  4. Edit the line 'system_log_level= warn' to 'system_log_level= info'

  5. Save the file

  6. Start the Network Server service:

    1. Windows: start the EdgeVis Server service in the Windows Services list

    2. Linux - run the command sudo systemctl start edgevis-server


โ€‹

Did this answer your question?