Skip to content

Commit af11603

Browse files
committed
Minor config changes.
1 parent 9135e25 commit af11603

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gunicorn.conf.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,4 @@
2424
accesslog = "/var/log/flaskassets/access.log"
2525
errorlog = "/var/log/flaskassets/error.log"
2626
loglevel = "trace"
27-
dogstatsd_tags = [
28-
"env:prod",
29-
f"host:{socket.gethostbyname(socket.gethostname())}",
30-
"service:flaskassets",
31-
"language:python",
32-
]
27+
dogstatsd_tags = "env:prod,service:flaskassets,language:python"

0 commit comments

Comments
 (0)