Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,14 @@ log4j.appender.RollingLog.layout.UserFields=foo:bar,baz:qux

A warning will be logged should you attempt to set values in both places.

# Maven
```xml
<dependency>
<groupId>net.logstash.log4j</groupId>
<artifactId>jsonevent-layout</artifactId>
<version>1.7</version>
</dependency>
```

# Pull Requests
Pull requests are welcome for any and all things - documentation, bug fixes...whatever.