aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/internal_eval/_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/internal_eval/_helpers.py')
-rw-r--r--bot/exts/internal_eval/_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/internal_eval/_helpers.py b/bot/exts/internal_eval/_helpers.py
index 8b991d98..bd36520d 100644
--- a/bot/exts/internal_eval/_helpers.py
+++ b/bot/exts/internal_eval/_helpers.py
@@ -11,7 +11,7 @@ import types
import typing
-log = logging.getLogger("rattlesnake.exts.admin_tools.internal_eval")
+log = logging.getLogger(__name__)
# A type alias to annotate the tuples returned from `sys.exc_info()`
ExcInfo = typing.Tuple[typing.Type[Exception], Exception, types.TracebackType]