wip: async logging

This commit is contained in:
grillazz
2025-07-26 19:25:46 +02:00
parent 6ec8a3ce0a
commit a99a0e780b
9 changed files with 12 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ async def smtp_check(
"subject": subject,
}
await logger.info("Sending email.", email_data=email_data)
await logger.ainfo("Sending email.", email_data=email_data)
await run_in_threadpool(
smtp.send_email,