openai-cookbook
openai-cookbook copied to clipboard
Fixes logging to use Flask's default logging config
trafficstars
Flask sets up its logger and doesn't touch the root python logger. This patch centralizes the logging code in app.py and copies the default flask logger config to the root logger