diff options
| -rw-r--r-- | bot/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/__init__.py b/bot/__init__.py index 3ee70c4e9..4fce04532 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -64,7 +64,7 @@ coloredlogs.install(logger=root_log, stream=sys.stdout)  logging.getLogger("discord").setLevel(logging.WARNING)  logging.getLogger("websockets").setLevel(logging.WARNING)  logging.getLogger("chardet").setLevel(logging.WARNING) -logging.getLogger(__name__) +logging.getLogger("async_rediscache").setLevel(logging.WARNING)  # On Windows, the selector event loop is required for aiodns. | 
