Fix log noise: cache_discovery=False for Gmail API, suppress aioimaplib INFO logs

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/8855bf16-124d-4d85-b6bd-ab82e8361114

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-28 23:40:49 +00:00
parent 63bb458815
commit 029c272a4e
4 changed files with 9 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@ from app.core.config import settings
logger = logging.getLogger(__name__)
# Suppress noisy INFO-level "ignored untagged response" messages from aioimaplib
logging.getLogger("aioimaplib").setLevel(logging.WARNING)
# Create Celery app
celery_app = Celery(
"inboxconverge",