From ee0791c93fa6cdd932d10ec7f8b7b069c5f47385 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sun, 15 Aug 2021 22:36:14 +1000 Subject: Document how to view Systemd logs. --- docs/source/siteadmin/deploying.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/source/siteadmin/deploying.rst') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index e7dc78f0..024eb6c9 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -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. -- cgit v1.2.3