Versions Compared

Key

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

...

Expand
titleOn Mac OS...

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


Expand
titleOn Linux OS (GUI)...

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

Image Added


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


Expand
titleOn Linux OS (SSH)

Use the following command:

Code Block
themeDJango
[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


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

...