Show / Hide Table of Contents
Edit on GitHub

Amplia Reg - Checking the system logs (Linux)

When installed on Linux, Amplia Reg sends its logs to the systemd journal, a centralized management solution for logging all kernel and userland processes. To view the logs, use the journalctl utility.

To check the Amplia Reg logs:

journalctl -u ampliareg

Use the -f flag to view logs in "follow" mode (like tail -f):

journalctl -u ampliareg -f

Use the --since parameter to view only recent logs:

journalctl -u ampliareg --since "1 min ago"

See also

  • How To Use Journalctl to View and Manipulate Systemd Logs (DigitalOcean post)
  • Troubleshooting issues on your Amplia Reg instance (Linux)
Back to top Copyright © 2015-2020 Lacuna Software