aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-10-19 05:33:18 +0530
committerGravatar Shivansh-007 <[email protected]>2021-10-19 05:33:18 +0530
commit16fe94c94858d2238ff71c199ac1fcbf966ab505 (patch)
treebd815cc0170343c87b74ed2a5570a21c048b425c /tests/__init__.py
parentFix bugs when scheduling from cache (diff)
parentMerge pull request #1890 from python-discord/Migrate-to-socket_event_type (diff)
Merge remote-tracking branch 'upstream/main' into modpings-schedule
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)