We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should find a way or logging errors from the python process to help us debug.
The text was updated successfully, but these errors were encountered:
Via SSH I tried killing the process so I could re-start it on command line, but it restarts itself!
$ sudo pgrep python $ sudo kill
We should start the process and write to a known logfile so we can run a script to list the last 20 entries...
Sorry, something went wrong.
Yup, flask is running as a service so it just auto starts again if it fails.
The way I used was to first stop the service:
systemctl stop startflask
Then you can run it manually from the command line and it will log to terminal atleast
No branches or pull requests
We should find a way or logging errors from the python process to help us debug.
The text was updated successfully, but these errors were encountered: