Skip to content

Commit 9f0fd20

Browse files
author
Bryan Sieber
committed
Update gunicorn
1 parent 0f9cf42 commit 9f0fd20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infra/gunicorn_conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# From: https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/2daa3e3873c837d5781feb4ff6a40a89f791f81b/docker-images/gunicorn_conf.py
22
# pylint: disable=invalid-name
33

4-
import json
54
import multiprocessing
65
import os
76

@@ -69,7 +68,6 @@
6968
"host": host,
7069
"port": port,
7170
}
72-
print(json.dumps(log_data))
7371

7472

7573
def child_exit(server, worker):

0 commit comments

Comments
 (0)