We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c579cf commit acd1f12Copy full SHA for acd1f12
main.py
@@ -7,7 +7,7 @@
7
SERVER_HOST = os.getenv("SERVER_HOST", "0.0.0.0")
8
9
logging.basicConfig(
10
- level=logging.INFO,
+ level=logging.TRACE,
11
format="%(asctime)s | %(levelname)s | %(name)s | %(message)s",
12
)
13
0 commit comments