Skip to content

Commit 277d034

Browse files
committed
chore(agent): Improves INI description for log labels exclude directive
1 parent 192e04e commit 277d034

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

agent/scripts/newrelic.ini.template

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,12 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
13201320
; Scope : per-directory
13211321
; Default: ""
13221322
; Info : A list of labels to NOT add as attributes to logs which are forwarded
1323-
; to New Relic. This list can be separated by commas.
1323+
; to New Relic. The values in the list must be separated by commas.
1324+
;
1325+
; NOTE: The values in this list are compared to label key names in a case
1326+
; insensitive fashion. So if an exclude rule for "server" is specified
1327+
; here then it would exclude keys like "server", "Server", "SERVER", and
1328+
; any other combination of lower and upper case letters that spell out "server".
13241329
;
13251330
; Ex:
13261331
; newrelic.application_logging.forwarding.labels.exclude = "label1, label2"

0 commit comments

Comments
 (0)