Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
Copy Markdown
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.