We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cf514 commit 33151fdCopy full SHA for 33151fd
app/core/logging.py
@@ -0,0 +1,4 @@
1
+import logging
2
+
3
+def configure_logging():
4
+ logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")
0 commit comments