Is your feature request related to a problem? Please describe.
When running the flask application there is no proper logging seen on stdout neither an option for debug logging.
Describe the solution you'd like
Add more reasonable logging to the flask app stdout and add an option for debug logging.
Describe alternatives you've considered
Make use of the python standard logging library to avoid external dependencies.
Is your feature request related to a problem? Please describe. When running the flask application there is no proper logging seen on stdout neither an option for
debug
logging.Describe the solution you'd like Add more reasonable logging to the flask app stdout and add an option for
debug
logging.Describe alternatives you've considered Make use of the python standard
logging
library to avoid external dependencies.