Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

* Docs: Explain how to view consumer logs #501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,14 @@ For more information on this and situations like it, you should take a look
at `Issue #118`_ as that's where this tip originated.

.. _Issue #118: https://github.com/danielquinn/paperless/issues/118


.. _troubleshooting-consumerlogs


Viewing Consumer logs
---------------------

.. code:: bash

$ sudo journalctl -u paperless-consumer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure to what installation method this is applicable. At least for my setup, I have to check the logs through Docker.

Can you:

  • Describe what command to use, depending on the type of installation. (You don't necessarily have to cover all of them, but at least make clear to which method which command applies.)
  • Add a sentence on what the consumer logs show, i.e. why a troubleshooter would want to look into them.
  • Maybe add a bit of example output if you think it makes sense -- I'm not quite sure myself.