Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Nov 20, 2024
1 parent 97aadde commit 972f486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions codecov/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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,
# },
},
}

Expand Down
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 972f486

Please sign in to comment.