Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 972f486

Browse files
committed
remove comments
1 parent 97aadde commit 972f486

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

codecov/settings_base.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,6 @@
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"}
@@ -246,23 +242,12 @@
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

dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)