mirror of
https://github.com/django/daphne.git
synced 2025-07-13 09:22:17 +03:00
Disabled log printing
This commit is contained in:
parent
c35bb28409
commit
7a2f40a382
|
@ -274,9 +274,9 @@ class CommandLineInterface:
|
||||||
websocket_connect_timeout=args.websocket_connect_timeout,
|
websocket_connect_timeout=args.websocket_connect_timeout,
|
||||||
websocket_handshake_timeout=args.websocket_connect_timeout,
|
websocket_handshake_timeout=args.websocket_connect_timeout,
|
||||||
application_close_timeout=args.application_close_timeout,
|
application_close_timeout=args.application_close_timeout,
|
||||||
action_logger=AccessLogGenerator(access_log_stream)
|
# action_logger=AccessLogGenerator(access_log_stream)
|
||||||
if access_log_stream
|
# if access_log_stream
|
||||||
else None,
|
# else None,
|
||||||
ws_protocols=args.ws_protocols,
|
ws_protocols=args.ws_protocols,
|
||||||
root_path=args.root_path,
|
root_path=args.root_path,
|
||||||
verbosity=args.verbosity,
|
verbosity=args.verbosity,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user