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 process |
[Mutexer Updater] | Cloud updater process |
To view agent entries, run:
sh
grep '\[Mutexer\]' /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.
