Document how to view Systemd logs.

This commit is contained in:
Ben Sturmfels 2021-08-15 22:36:14 +10:00
parent e6f8beeea4
commit ee0791c93f
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -578,6 +578,11 @@ the error by entering either of::
sudo systemctl status mediagoblin-celeryd.service
sudo systemctl status mediagoblin-paster.service
Or view the full logs with:
sudo journalctl -u mediagoblin-paster.service -f
sudo journalctl -u mediagoblin-celeryd.service -f
The above ``systemctl status`` command is also useful if you ever want to
confirm that a process is still running.