Open a web browser and enter http://localhost:12845/logs in the address bar

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


The path to access the logs is C:\ProgramData\DeepnetSecurity\log


Open a web browser and enter http://localhost:12845/logs in the address bar

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


The path to access the logs is /Library/Application Support/DeepnetSecurity/ComputerLogon


Open a web browser and enter http://localhost:12845/logs in the address bar

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


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


Use the following command to enable the debug logs:

curl -X POST -H "Content-Type: application/json" -d '{"log_level": 4}' http://127.0.0.1:12845/api/logLevel

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

curl http://127.0.0.1:12845/api/logLevel

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


  • No labels