mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-08 12:08:59 -06:00
proper path constants, logging level constant, file & stream logging
This commit is contained in:
@@ -4,8 +4,10 @@ from abc import ABC
|
||||
|
||||
import discord
|
||||
|
||||
from bot import constants
|
||||
|
||||
logger = logging.getLogger(__file__)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
logger.setLevel(constants.LOGGING_LEVEL)
|
||||
|
||||
|
||||
class BaseMessage(object):
|
||||
|
||||
Reference in New Issue
Block a user