🔊 Change daily note job log level

This commit is contained in:
xtaodada 2024-07-18 21:09:09 +08:00
parent f6174f64c9
commit 3435b92278
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -350,7 +350,7 @@ class DailyNoteSystem(Plugin):
if task_db.status not in include_status:
continue
user_id = task_db.user_id
logger.info("自动便签提醒 - 请求便签信息 user_id[%s]", user_id)
logger.debug("自动便签提醒 - 请求便签信息 user_id[%s]", user_id)
try:
async with self.genshin_helper.genshin(user_id) as client:
text = await self.start_get_notes(client, task_db)