We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02af1ea commit f65b691Copy full SHA for f65b691
telegram/ext/jobqueue.py
@@ -39,7 +39,7 @@ class JobQueue(object):
39
def __init__(self, bot):
40
self.queue = PriorityQueue()
41
self.bot = bot
42
- self.logger = logging.getLogger(__name__)
+ self.logger = logging.getLogger(self.__class__.__name__)
43
self.__lock = Lock()
44
self.__tick = Event()
45
self._next_peek = None
0 commit comments