Logging
The agent logs to syslog. Typical entries include connection changes, agent information, program information, update activity, and errors.
You can see the logs by connecting to you device via a terminal session and running the command below.
sh
cat /var/log/syslogLog prefixes
Mutexer log entries use fixed prefixes to make filtering and grepping easier.
| Prefix | Source |
|---|---|
[Mutexer Agent] | Agent process |
[Mutexer Updater] | Cloud updater process |
To view agent entries, run:
sh
grep '\[Mutexer Agent\]' /var/log/syslogTo view cloud updater entries, run:
sh
grep '\[Mutexer Updater\]' /var/log/syslogINFO
Syslog is a general system log. Use the Mutexer log prefixes to identify entries created by the agent and updater.
Increasing log detail
To capture more detail than the default info level, restart the agent in debug mode. For more information, see Command Reference.