fixing a bug which occurs when for some reason stripe doesn't put the

display_items on the invoice
This commit is contained in:
2020-11-02 14:36:01 -06:00
parent 2e046a2f05
commit 159449c38c
2 changed files with 12 additions and 2 deletions

View File

@ -56,6 +56,16 @@ Run the app in gunicorn:
pipenv run gunicorn --bind 127.0.0.1:5000 app:app
```
## how to view the logs on the deployed system
application logs:
`journalctl -u capsul-flask --since -1w`
scheduled task logs:
`tail -n100 /var/log/capsul-flask.log`
-----
## cli