Show / Hide Table of Contents
Edit on GitHub

Signer - Checking the system logs (Linux)

When installed on Linux, [Signer] (../../../ index.md) writes its logs to systemd journal, a centralized Linux log management solution. To view the logs, use the utility journalctl.

To check the Signer logs:

journalctl -u lacuna-signer

Use the -f flag to monitor the log continuously (like thetail -f command):

journalctl -u lacuna-signer -f

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

journalctl -u lacuna-signer --since "1 min ago"

See too

  • How To Use Journalctl to View and Manipulate Systemd Logs (article from DigitalOcean)
  • Troubleshooting Linux
Back to top Copyright © 2015-2020 Lacuna Software