aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorGravatar mathstrains21 <[email protected]>2021-10-24 19:59:00 +0100
committerGravatar GitHub <[email protected]>2021-10-24 19:59:00 +0100
commitfeb1b47cbf087413ea66cbe1e096ad118ad5a8d9 (patch)
treefad02696eb1c980cb9af73e44fb65ce2912e9898 /tests/__init__.py
parentMerge branch 'python-discord:main' into patreon (diff)
parentMerge pull request #1908 from python-discord/fix-tz-issue (diff)
Merge branch 'python-discord:main' into patreon
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 2228110ad..c2b9d12dc 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,5 +1,6 @@
import logging
+from bot.log import get_logger
-log = logging.getLogger()
+log = get_logger()
log.setLevel(logging.CRITICAL)