summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:26:55 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:26:55 +0100
commit14fff5eef26eace6d215fe9b709dc5254abb9102 (patch)
treea960689aa5f05f0429ea62d5c544a537dd2c04b5 /bin
parentbe9614af52243a1b8c02495132e95d926f7cc550 (diff)
debugging section
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index 6836ae8b6..5bc55f2ed 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -125,6 +125,14 @@ Should you use a self signed certificate over SSL, first consider getting a free
The directories might vary depending on your distribution and Python version.
+Debugging
+---------
+
+If you are using JournalD which is included in SystemD you can read the error log using::
+
+ journalctl -u owncloud-news-updater.service
+
+
Development
-----------