Skip to content

Commit acd1f12

Browse files
committed
tracing logging
1 parent 7c579cf commit acd1f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
SERVER_HOST = os.getenv("SERVER_HOST", "0.0.0.0")
88

99
logging.basicConfig(
10-
level=logging.INFO,
10+
level=logging.TRACE,
1111
format="%(asctime)s | %(levelname)s | %(name)s | %(message)s",
1212
)
1313

0 commit comments

Comments
 (0)