We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f889a commit f25c4dcCopy full SHA for f25c4dc
install.sh
@@ -336,6 +336,14 @@ main() {
336
echo && echo && echo
337
echo "Viam Agent has been installed and started successfully."
338
echo "You may return to your machine at https://app.viam.com/ to continue configuring."
339
+ echo && echo
340
+ if [ "$OS" = "Linux" ]; then
341
+ echo "Local logs are viewable through 'journalctl -u viam-agent' or 'systemctl status viam-agent'"
342
+ else
343
+ echo "Local logs are viewable at the following path: /var/log/viam-agent.log"
344
+ echo "Use 'less', 'cat', 'tail', etc. to view them"
345
+ echo "Logs are also viewable through the Console MacOS app under 'Log Reports'"
346
+ fi
347
}
348
349
main
0 commit comments