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.
1 parent 10325d8 commit 71a9c2bCopy full SHA for 71a9c2b
log4j-ecs-layout/README.md
@@ -8,11 +8,11 @@ Add a dependency to your application
8
```xml
9
<dependency>
10
<groupId>co.elastic.logging</groupId>
11
- <artifactId>log4j2-ecs-layout</artifactId>
+ <artifactId>log4j-ecs-layout</artifactId>
12
<version>${ecs-logging-java.version}</version>
13
</dependency>
14
```
15
16
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.
+`log4j-ecs-layout` and `ecs-logging-core` jars manually to the classpath.
+For example to the `$CATALINA_HOME/lib` directory.
0 commit comments