From 83655165c149c9f56b53da4d5ed3c9a20ff15f8e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 18 Nov 2018 20:07:54 +0100 Subject: [PATCH] Add note about how to view logs. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a820f0..611763d 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,13 @@ $ sudo supervisorctl stop xppl:* # stop all XPPL services $ sudo supervisorctl start xppl:* # start all XPPL services ``` +You can also view the error logs with: + +```bash +$ sudo supervisorctl tail xppl:xppl-flask stderr +$ sudo supervisorctl tail xppl:xppl-rqlite stderr +``` + The `/var/xppl/xppl/uploads` folder is managed by the Varia [Syncthing UI]. The RQLite database is located at `/var/xppl/rqlite/node.1`. No cluster is configured.