diff --git a/codecov/settings_base.py b/codecov/settings_base.py index c6d3bb893e..f4cdfc6441 100644 --- a/codecov/settings_base.py +++ b/codecov/settings_base.py @@ -219,10 +219,6 @@ "datefmt": "%Y-%m-%dT%H:%M:%S%z", "format": '%(h)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"', }, - # "gunicorn_custom": { - # "format": "[%(levelname)s] %(message)s [%(process)d] [%(asctime)s]", - # "datefmt": "%Y-%m-%d %H:%M:%S %z", - # }, }, "filters": { "health_check_filter": {"()": "utils.logging_configuration.HealthCheckFilter"} @@ -246,23 +242,12 @@ "stream": "ext://sys.stdout", # Default is stderr "filters": ["health_check_filter"], }, - # "gunicorn-error-console": { - # "level": "INFO", - # "formatter": "gunicorn_custom", - # "class": "logging.StreamHandler", - # "stream": "ext://sys.stdout", - # }, }, "loggers": { "gunicorn.access": { "level": "INFO", "handlers": ["json-gunicorn-console"], }, - # "gunicorn.error": { - # "level": "INFO", - # "handlers": ["gunicorn-error-console"], - # "propagate": False, - # }, }, } diff --git a/dev.sh b/dev.sh index 0e27be6f76..202cfe2d80 100755 --- a/dev.sh +++ b/dev.sh @@ -2,7 +2,7 @@ # starts the development server using gunicorn # NEVER run production with the --reload option command -echo "Starting gunicorn in dev mode dev.sh" +echo "Starting gunicorn in dev mode" _start_gunicorn() { if [ -n "$PROMETHEUS_MULTIPROC_DIR" ]; then