]> kaliko git repositories - sid.git/commit
Expose class attribute to set plugin log level
authorkaliko <kaliko@azylum.org>
Thu, 23 Mar 2023 16:36:24 +0000 (17:36 +0100)
committerkaliko <kaliko@azylum.org>
Thu, 23 Mar 2023 16:36:24 +0000 (17:36 +0100)
commita8273fcb65b081ee9ebda42a0f39f071850d8f66
tree7d82750fffe7c6667ff7da2c97493b6a2b640ce2
parent6c1a29c0d63ca630a36eef61a0f38baf9f7a59a8
Expose class attribute to set plugin log level

To enable debug level for RTBL plugin only:
>>> import logging
>>> from sid.rtbl import RTBL
>>> RTBL.log_level = logging.DEBUG

Then instanciate the bot and register plugins
sid/plugin.py