Skip to content
Snippets Groups Projects
Commit 418740fd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7226 Auf ecs log format umgestellt

parent c5c9189f
Branches
Tags
No related merge requests found
......@@ -22,7 +22,8 @@
~ Die sprachspezifischen Genehmigungen und Beschränkungen
~ unter der Lizenz sind dem Lizenztext zu entnehmen.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
......@@ -132,6 +133,11 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-logging-json</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkus-logging-json</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>log4j2-jboss-logmanager</artifactId>
......
......@@ -29,6 +29,8 @@ quarkus:
enabled: true
log:
level: INFO
json:
log-format: "ecs"
mongodb:
database: usermanager
management:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment