From f80a17fe53df01ed2d9b5ccbe6629c3d2d302e94 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Sat, 9 Apr 2022 05:45:54 +0530 Subject: [PATCH] Disabled log printing --- daphne/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daphne/cli.py b/daphne/cli.py index 02eeeaf..e5a8a45 100755 --- a/daphne/cli.py +++ b/daphne/cli.py @@ -5,6 +5,7 @@ from argparse import ArgumentError, Namespace from asgiref.compatibility import guarantee_single_callable +from .access import AccessLogGenerator from .endpoints import build_endpoint_description_strings from .server import Server from .utils import import_by_path