Skip to content

Commit d8d9704

Browse files
committed
feat: change logging level of new logger
1 parent 8c4272b commit d8d9704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
1212
logging.getLogger("telegram").setLevel(logging.ERROR)
13+
logging.getLogger("apscheduler").setLevel(logging.ERROR)
1314

1415
updater = Updater(token=config.BOT_TOKEN, use_context=True)
1516

0 commit comments

Comments
 (0)