better access log

This commit is contained in:
Devaev Maxim
2018-12-16 02:28:13 +03:00
parent e5dfc9e306
commit d7fb06d22e
5 changed files with 16 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ def main() -> None:
msd=msd,
streamer=streamer,
access_log_format=str(config["server"]["access_log_format"]),
heartbeat=float(config["server"]["heartbeat"]),
streamer_shutdown_delay=float(config["streamer"]["shutdown_delay"]),
msd_chunk_size=int(config["msd"]["chunk_size"]),