We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074f4cd commit 0078d97Copy full SHA for 0078d97
application.py
@@ -0,0 +1,3 @@
1
+from my_app import app as application
2
+import sys, logging
3
+logging.basicConfig(stream = sys.stderr)
0 commit comments