From 1e0ed8dc4538425ab522f502ea94f40a22860b68 Mon Sep 17 00:00:00 2001 From: ptav <7433752+ptav@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:44:15 +0100 Subject: [PATCH] Stop logging level INFO being forced --- django_mailbox/management/commands/getmail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django_mailbox/management/commands/getmail.py b/django_mailbox/management/commands/getmail.py index f6575092..4f309509 100644 --- a/django_mailbox/management/commands/getmail.py +++ b/django_mailbox/management/commands/getmail.py @@ -7,5 +7,4 @@ class Command(BaseCommand): def handle(self, *args, **options): - logging.basicConfig(level=logging.INFO) Mailbox.get_new_mail_all_mailboxes(args)