Skip to content

Commit d176a21

Browse files
committed
Set log level to debug again
1 parent ba5826b commit d176a21

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
format="%(asctime)s %(levelname)s: %(message)s",
88
datefmt="%d-%m-%Y %H:%M:%S",
99
encoding="utf-8",
10-
level=logging.INFO)
10+
level=logging.DEBUG)
1111

1212
intents = discord.Intents.default()
1313
intents.members = True

0 commit comments

Comments
 (0)