1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Stop logging level INFO being forced

This commit is contained in:
ptav 2024-10-03 14:44:15 +01:00 committed by GitHub
parent 5a050b0ca3
commit 1e0ed8dc45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,4 @@ from django_mailbox.models import Mailbox
class Command(BaseCommand):
def handle(self, *args, **options):
logging.basicConfig(level=logging.INFO)
Mailbox.get_new_mail_all_mailboxes(args)