-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Description
I am wondering why, in the getmail command, you have set the root logger's config level to INFO instead of setting the config level for getmail to INFO like this logger.setLevel(level=logging.INFO)
django-mailbox/django_mailbox/management/commands/getmail.py
Lines 7 to 10 in 40263b6
| logger = logging.getLogger(__name__) | |
| logging.basicConfig(level=logging.INFO) | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels