Skip to content

Commit 299865b

Browse files
author
Simon Bengtsson
committed
Merge branch 'main' into upgrade_to_3
# Conflicts: # deployment/pom.xml # docs/pom.xml # integration-tests/pom.xml # pom.xml # runtime/pom.xml
2 parents 42b80a4 + 141d4b2 commit 299865b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: Quarkus Logging JSON
22
release:
3-
current-version: 2.0.0
4-
next-version: 2.0.1-SNAPSHOT
3+
current-version: 2.0.1
4+
next-version: 2.0.2-SNAPSHOT

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
# Quarkus Logging Json
77
Quarkus logging extension outputting the logging in json.
88

9+
## Version to use
10+
| Quarkus Version | Use version |
11+
|-------|-------|
12+
| 3.x.x | 3.x.x |
13+
| 2.x.x | 1.x.x, 2.x.x |
14+
915
# Configuration
1016
The extension is enabled by default for console, when added to the project.
1117
Console logging can be disabled using configuration: `quarkus.log.json.console.enable=false`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 2.0.0
1+
:project-version: 2.0.1
22

33
:examples-dir: ./../examples/

0 commit comments

Comments
 (0)