Skip to content

Commit aac87fc

Browse files
committed
add config logging
1 parent e4d43b2 commit aac87fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
config = load_config()
1919
logger = logger_from_config(config)
2020

21+
logger.debug(config)
22+
2123

2224
# Attach rate-limiter
2325
limiter = Limiter(

0 commit comments

Comments
 (0)