We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb073e9 commit caa7cbfCopy full SHA for caa7cbf
README.md
@@ -6,6 +6,12 @@
6
# Quarkus Logging Json
7
Quarkus logging extension outputting the logging in json.
8
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
+
15
# Configuration
16
The extension is enabled by default for console, when added to the project.
17
Console logging can be disabled using configuration: `quarkus.log.json.console.enable=false`
0 commit comments