File tree 1 file changed +3
-3
lines changed
templates/opt/graphite/conf
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ PICKLE_RECEIVER_INTERFACE = <%= scope.lookupvar('graphite::gr_pickle_receiver_in
87
87
PICKLE_RECEIVER_PORT = <%= scope.lookupvar('graphite::gr_pickle_receiver_port') %>
88
88
89
89
# Set to false to disable logging of successful connections
90
- LOG_LISTENER_CONNECTIONS = True
90
+ LOG_LISTENER_CONNECTIONS = False
91
91
92
92
# Per security concerns outlined in Bug #817247 the pickle receiver
93
93
# will use a more secure and slightly less efficient unpickler.
@@ -107,7 +107,7 @@ USE_FLOW_CONTROL = True
107
107
# degrade performance if logging on the same volume as the whisper data is stored.
108
108
LOG_UPDATES = False
109
109
LOG_CACHE_HITS = False
110
- LOG_CACHE_QUEUE_SORTS = True
110
+ LOG_CACHE_QUEUE_SORTS = False
111
111
112
112
# The thread that writes metrics to disk can use on of the following strategies
113
113
# determining the order in which metrics are removed from cache and flushed to
@@ -241,7 +241,7 @@ PICKLE_RECEIVER_INTERFACE = <%= scope.lookupvar('graphite::gr_relay_pickle_inter
241
241
PICKLE_RECEIVER_PORT = <%= scope.lookupvar('graphite::gr_relay_pickle_port') %>
242
242
243
243
# Set to false to disable logging of successful connections
244
- LOG_LISTENER_CONNECTIONS = True
244
+ LOG_LISTENER_CONNECTIONS = False
245
245
246
246
# Carbon-relay has several options for metric routing controlled by RELAY_METHOD
247
247
#
You can’t perform that action at this time.
0 commit comments