We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7080f2 commit fcd1da7Copy full SHA for fcd1da7
internetnl/settings.py
@@ -641,7 +641,7 @@
641
# connect to resolve is during import and will fail cryptically if it can't.
642
socket.gethostbyname(STATSD_HOST)
643
except socket.gaierror:
644
- log.exception("Failed to resolve statsd host, disabling statsd metrics collection.")
+ log.warning("Failed to resolve statsd host, disabling statsd metrics collection.")
645
# set to localhost so import of statsd client does not fail
646
STATSD_HOST = "127.0.0.1"
647
STATSD_PORT = os.environ.get("STATSD_PORT", "8125")
0 commit comments