Skip to content

Commit fdeb6bf

Browse files
authored
Merge pull request #47 from newrelic/tcrone/update-logs-in-context-doc-2-log4j2.13.2
Update documentation to specify support for Log4J 2.13.2 or higher
2 parents 13c1ccd + 748e619 commit fdeb6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For the latest information, please see the [New Relic Documentation](https://doc
1010
We support:
1111

1212
* [java.util.logging](jul/README.md)
13-
* [Apache Log4j 2.x](log4j2/README.md)
13+
* [Apache Log4j 2.13.2 or higher](log4j2/README.md)
1414
* [Apache Log4j 1.x](log4j1/README.md)
1515
* [Logback 1.2](logback/README.md)
1616
* [Logback 1.1](logback11/README.md)

log4j2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Preconditions
44

5-
1. log4j 2.x must be configured and working in the application.
5+
1. log4j 2.13.2 or higher must be configured and working in the application.
66
2. The New Relic Java agent must be enabled using the `-javaagent` command-line parameter.
77
3. You must be using at least version 5.6.0 of the Java Agent.
88

0 commit comments

Comments
 (0)