Browse Source

Add note about how to view logs.

ansible-setup-and-deploy
Luke Murphy 6 years ago
parent
commit
83655165c1
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 7
      README.md

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

Loading…
Cancel
Save