redhat-performance / wppt

Webhook Payload Proxy Transformer
GNU General Public License v3.0
1 stars 3 forks source link

[RFE] Appropriate logging #5

Closed grafuls closed 8 months ago

grafuls commented 8 months ago

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.