Skip to content

Commit f069958

Browse files
authored
Fix README to indicate the right minimum version (#108)
1 parent 70d2f53 commit f069958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log4j2-ecs-layout/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Log4j2 ECS Layout
22

3-
The minimum required log4j2 version is 2.7.
3+
The minimum required log4j2 version is 2.6.
44

55
## Step 1: add dependency
66

@@ -128,4 +128,4 @@ This means that you can't index a document where `foo` would be a different data
128128

129129
In that example, `foo` is a string.
130130
Trying to index that document results in an error because the data type of `foo` can't be object and string at the same time.
131-
131+

0 commit comments

Comments
 (0)