mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Update logging
This commit is contained in:
@@ -10,6 +10,8 @@ from applications.games_list.games_list import GameList, GameItem
|
|||||||
from core.config import config
|
from core.config import config
|
||||||
|
|
||||||
|
|
||||||
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
logger.setLevel(logging.INFO)
|
logger.setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,10 @@ from applications.twitch_webhook.reward_redemption import RewardRedemption
|
|||||||
from .authorize import authorize
|
from .authorize import authorize
|
||||||
|
|
||||||
|
|
||||||
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
logger.setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
class TwitchService:
|
class TwitchService:
|
||||||
|
|||||||
Reference in New Issue
Block a user