Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleOn Linux OS (SSH)

Use the following command to enable the debug logs:

Code Block
themeMidnight
[root@localhost ~]# curl -X POST -H "Content-Type: application/json" -d '{"log_level": 4}' http://127.0.0.1:12845/api/logLevel

Toggle the switch next to Debug Logs so it is in the right-hand position and goes green

Image Removed

Check the log level is set to 4 by using this command:

Code Block
themeMidnight
curl http://127.0.0.1:12845/api/logLevel

The path to access the logs is /opt/deepnet/dshield-computer-logon/logs

...