Update server.py

This commit is contained in:
Namhyeon Go 2024-11-14 15:24:21 +09:00 committed by GitHub
parent 1ebbd96340
commit a50edb3c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ from base import (
Logger, Logger,
) )
logger = Logger(name="server", level=logging.WARNING) logger = Logger(name="server", level=logging.DEBUG)
# initialization # initialization
try: try: