Skip to content

Commit

Permalink
Merge branch 'main' into upgrade_to_3
Browse files Browse the repository at this point in the history
# Conflicts:
#	deployment/pom.xml
#	docs/pom.xml
#	integration-tests/pom.xml
#	pom.xml
#	runtime/pom.xml
  • Loading branch information
Simon Bengtsson committed Apr 20, 2023
2 parents 42b80a4 + 141d4b2 commit 299865b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkus Logging JSON
release:
current-version: 2.0.0
next-version: 2.0.1-SNAPSHOT
current-version: 2.0.1
next-version: 2.0.2-SNAPSHOT
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
# Quarkus Logging Json
Quarkus logging extension outputting the logging in json.

## Version to use
| Quarkus Version | Use version |
|-------|-------|
| 3.x.x | 3.x.x |
| 2.x.x | 1.x.x, 2.x.x |

# Configuration
The extension is enabled by default for console, when added to the project.
Console logging can be disabled using configuration: `quarkus.log.json.console.enable=false`
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:project-version: 2.0.0
:project-version: 2.0.1

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

0 comments on commit 299865b

Please sign in to comment.