Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 9f1c356

Browse files
author
kuso-senpai
committed
finished v3.1
1 parent 8d41cee commit 9f1c356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_ui/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def setup_logger(name):
158158
"""
159159

160160
logger = logging.getLogger(name)
161-
logger.setLevel(logging.DEBUG)
161+
logger.setLevel(logging.ERROR)
162162

163163
stream_handler = logging.StreamHandler()
164164
formatter = logging.Formatter(f"%(levelname)s: %(message)s")

0 commit comments

Comments
 (0)