Skip to content

Commit b6136f3

Browse files
authored
disable newrelic log (#2920)
1 parent ff38bbe commit b6136f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/newrelic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ common: &default_settings
3131
application_logging:
3232
# If `true`, all logging-related features for the agent can be enabled or disabled
3333
# independently. If `false`, all logging-related features are disabled.
34-
enabled: true
34+
enabled: false
3535
forwarding:
3636
# If `true`, the agent captures log records emitted by this application.
37-
enabled: true
37+
enabled: false
3838
# Defines the maximum number of log records to buffer in memory at a time.
3939
max_samples_stored: 10000
4040
metrics:
4141
# If `true`, the agent captures metrics related to logging for this application.
42-
enabled: true
42+
enabled: false
4343
local_decorating:
4444
# If `true`, the agent decorates logs with metadata to link to entities, hosts, traces, and spans.
4545
# This requires a log forwarder to send your log files to New Relic.

0 commit comments

Comments
 (0)