We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b5cc0 + a33b8b6 commit ce99fcaCopy full SHA for ce99fca
README.md
@@ -50,7 +50,7 @@ Or, if using a locally built JAR file:
50
51
Follow the instructions for setting up the New Relic Log4j2 Appender.
52
53
-### Log4J XML Configuration
+### Log4J2 XML Configuration
54
55
Replace `[your-api-key]` with the ingest key obtained from the New Relic platform.
56
@@ -71,7 +71,7 @@ Replace `[your-api-key]` with the ingest key obtained from the New Relic platfor
71
customFields="businessGroup=exampleGroup,environment=production"
72
mergeCustomFields="true"
73
maxRetries="5"
74
- timeout="5000">
+ timeout="15000">
75
<PatternLayout pattern="[%d{MM-dd HH:mm:ss}] %-5p %c{1} [%t]: %m%n"/>
76
</NewRelicBatchingAppender>
77
</Appenders>
0 commit comments