diff --git a/channels/log.py b/channels/log.py index 581f5b8..26c8bf6 100644 --- a/channels/log.py +++ b/channels/log.py @@ -21,7 +21,7 @@ def setup_logger(name, verbosity=1): logger.setLevel(logging.DEBUG) # Set up daphne protocol loggers - for module in ["daphne.ws_protocol", "daphne.http_protocol"]: + for module in ["daphne.ws_protocol", "daphne.http_protocol", "daphne.server"]: daphne_logger = logging.getLogger(module) daphne_logger.addHandler(handler) daphne_logger.setLevel(