Skip to content

Commit 71a9c2b

Browse files
authored
Fix log4j artifact id in docs
1 parent 10325d8 commit 71a9c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

log4j-ecs-layout/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Add a dependency to your application
88
```xml
99
<dependency>
1010
<groupId>co.elastic.logging</groupId>
11-
<artifactId>log4j2-ecs-layout</artifactId>
11+
<artifactId>log4j-ecs-layout</artifactId>
1212
<version>${ecs-logging-java.version}</version>
1313
</dependency>
1414
```
1515

1616
If you are not using a dependency management tool, like maven, you have to add both,
17-
`log4j2-ecs-layout` and `ecs-logging-core` jars manually to the classpath.
18-
For example to the `$CATALINA_HOME/lib` directory.
17+
`log4j-ecs-layout` and `ecs-logging-core` jars manually to the classpath.
18+
For example to the `$CATALINA_HOME/lib` directory.

0 commit comments

Comments
 (0)