Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 435 Bytes

Log4j ECS Layout

🚧

Step 0: build the project

Check out the project and build with mvn clean install. Once this project is available on maven central, this step is no longer needed.

Step 1: add dependency

Add a dependency to your application

<dependency>
    <groupId>co.elastic.logging</groupId>
    <artifactId>log4j2-ecs-layout</artifactId>
    <version>${java-ecs-logging.version}</version>
</dependency>