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:
parent
5a050b0ca3
commit
1e0ed8dc45
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue