This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 219219 "datefmt" : "%Y-%m-%dT%H:%M:%S%z" ,
220220 "format" : '%(h)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"' ,
221221 },
222- # "gunicorn_custom": {
223- # "format": "[%(levelname)s] %(message)s [%(process)d] [%(asctime)s]",
224- # "datefmt": "%Y-%m-%d %H:%M:%S %z",
225- # },
226222 },
227223 "filters" : {
228224 "health_check_filter" : {"()" : "utils.logging_configuration.HealthCheckFilter" }
246242 "stream" : "ext://sys.stdout" , # Default is stderr
247243 "filters" : ["health_check_filter" ],
248244 },
249- # "gunicorn-error-console": {
250- # "level": "INFO",
251- # "formatter": "gunicorn_custom",
252- # "class": "logging.StreamHandler",
253- # "stream": "ext://sys.stdout",
254- # },
255245 },
256246 "loggers" : {
257247 "gunicorn.access" : {
258248 "level" : "INFO" ,
259249 "handlers" : ["json-gunicorn-console" ],
260250 },
261- # "gunicorn.error": {
262- # "level": "INFO",
263- # "handlers": ["gunicorn-error-console"],
264- # "propagate": False,
265- # },
266251 },
267252}
268253
Original file line number Diff line number Diff line change 22
33# starts the development server using gunicorn
44# NEVER run production with the --reload option command
5- echo " Starting gunicorn in dev mode dev.sh "
5+ echo " Starting gunicorn in dev mode"
66
77_start_gunicorn () {
88 if [ -n " $PROMETHEUS_MULTIPROC_DIR " ]; then
You can’t perform that action at this time.
0 commit comments