Skip to content

Commit

Permalink
Merge pull request #192 from deniszh/DZ-no-conn-log
Browse files Browse the repository at this point in the history
Setting LOG_LISTENER_CONN_SUCCESS = False by default
  • Loading branch information
deniszh authored Feb 6, 2022
2 parents c89bffa + d05124c commit 87bcd67
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf/opt/graphite/conf/carbon.conf
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ ENABLE_TAGS = True
# from the [cache] section.
# You can then specify the --instance=b option to manage this instance
#
# In order to turn off logging of successful connections for the line
# receiver, set this to False
# LOG_LISTENER_CONN_SUCCESS = True
# In order to turn on logging of successful connections for the line
# receiver, set this to True
LOG_LISTENER_CONN_SUCCESS = False

[relay]
LINE_RECEIVER_INTERFACE = 0.0.0.0
Expand Down Expand Up @@ -488,9 +488,9 @@ USE_FLOW_CONTROL = True
# CARBON_METRIC_PREFIX = carbon
CARBON_METRIC_INTERVAL = 10
#
# In order to turn off logging of successful connections for the line
# receiver, set this to False
# LOG_LISTENER_CONN_SUCCESS = True
# In order to turn on logging of successful connections for the line
# receiver, set this to True
LOG_LISTENER_CONN_SUCCESS = False

# If you're connecting from the relay to a destination that's over the
# internet or similarly iffy connection, a backlog can develop because
Expand Down Expand Up @@ -625,8 +625,8 @@ MAX_AGGREGATION_INTERVALS = 5
CARBON_METRIC_INTERVAL = 10

# In order to turn off logging of successful connections for the line
# receiver, set this to False
# LOG_LISTENER_CONN_SUCCESS = True
# receiver, set this to True
LOG_LISTENER_CONN_SUCCESS = False

# In order to turn off logging of metrics with no corresponding
# aggregation rules receiver, set this to False
Expand Down

0 comments on commit 87bcd67

Please sign in to comment.