Skip to content

Commit 33956df

Browse files
committed
Don't use root logger when logging in _bot.py
1 parent 38fcb4a commit 33956df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydis_core/_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
RedisSession = object
2424
REDIS_AVAILABLE = False
2525

26-
log = get_logger()
26+
log = get_logger(__name__)
2727

2828

2929
class StartupError(Exception):

0 commit comments

Comments
 (0)