Skip to content

Commit 21333f5

Browse files
committed
disable some logging
1 parent 6ae8837 commit 21333f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/opt/graphite/conf/carbon.conf.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PICKLE_RECEIVER_INTERFACE = <%= scope.lookupvar('graphite::gr_pickle_receiver_in
8787
PICKLE_RECEIVER_PORT = <%= scope.lookupvar('graphite::gr_pickle_receiver_port') %>
8888

8989
# Set to false to disable logging of successful connections
90-
LOG_LISTENER_CONNECTIONS = True
90+
LOG_LISTENER_CONNECTIONS = False
9191

9292
# Per security concerns outlined in Bug #817247 the pickle receiver
9393
# will use a more secure and slightly less efficient unpickler.
@@ -107,7 +107,7 @@ USE_FLOW_CONTROL = True
107107
# degrade performance if logging on the same volume as the whisper data is stored.
108108
LOG_UPDATES = False
109109
LOG_CACHE_HITS = False
110-
LOG_CACHE_QUEUE_SORTS = True
110+
LOG_CACHE_QUEUE_SORTS = False
111111

112112
# The thread that writes metrics to disk can use on of the following strategies
113113
# 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
241241
PICKLE_RECEIVER_PORT = <%= scope.lookupvar('graphite::gr_relay_pickle_port') %>
242242

243243
# Set to false to disable logging of successful connections
244-
LOG_LISTENER_CONNECTIONS = True
244+
LOG_LISTENER_CONNECTIONS = False
245245

246246
# Carbon-relay has several options for metric routing controlled by RELAY_METHOD
247247
#

0 commit comments

Comments
 (0)