Skip to content

Commit ce99fca

Browse files
authored
Merge pull request #9 from newrelic/gsidhwani-nr-patch-1
Update README.md
2 parents 15b5cc0 + a33b8b6 commit ce99fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Or, if using a locally built JAR file:
5050

5151
Follow the instructions for setting up the New Relic Log4j2 Appender.
5252

53-
### Log4J XML Configuration
53+
### Log4J2 XML Configuration
5454

5555
Replace `[your-api-key]` with the ingest key obtained from the New Relic platform.
5656

@@ -71,7 +71,7 @@ Replace `[your-api-key]` with the ingest key obtained from the New Relic platfor
7171
customFields="businessGroup=exampleGroup,environment=production"
7272
mergeCustomFields="true"
7373
maxRetries="5"
74-
timeout="5000">
74+
timeout="15000">
7575
<PatternLayout pattern="[%d{MM-dd HH:mm:ss}] %-5p %c{1} [%t]: %m%n"/>
7676
</NewRelicBatchingAppender>
7777
</Appenders>

0 commit comments

Comments
 (0)