Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 0c52a7c

Browse files
vladikoffvbudhram
authored andcommitted
feat(logs): disable statsd reporting in config (#1673), r=@vbudhram
1 parent 09e2e00 commit 0c52a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ var conf = convict({
405405
statsd: {
406406
enabled: {
407407
doc: 'enable UDP based statsd reporting',
408-
default: true,
408+
default: false,
409409
env: 'STATSD_ENABLE'
410410
},
411411
host: {

0 commit comments

Comments
 (0)