diff --git a/zephyr/management/commands/runtornado.py b/zephyr/management/commands/runtornado.py index 6ae3446e0d..20f25fedf9 100644 --- a/zephyr/management/commands/runtornado.py +++ b/zephyr/management/commands/runtornado.py @@ -70,8 +70,9 @@ class Command(BaseCommand): if settings.DEBUG: import logging + logging.basicConfig(level=logging.INFO, + format='%(asctime)s %(levelname)-8s %(message)s') logger = logging.getLogger() - logger.setLevel(logging.INFO) def inner_run(): from django.conf import settings