Add note about how to view logs.

This commit is contained in:
Luke Murphy 2018-11-18 20:07:54 +01:00
parent 78ce297fac
commit 83655165c1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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.