mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 16:55:06 +00:00
parent
15eb094cff
commit
a9e193608c
@ -99,6 +99,8 @@ logging:
|
||||
timeZone: UTC
|
||||
- type: file
|
||||
logFormat: "%level [%d{ISO8601,UTC}] [%t] %logger{5} - %msg%n"
|
||||
layout:
|
||||
type: json
|
||||
currentLogFilename: ./logs/openmetadata-operations.log
|
||||
archivedLogFilenamePattern: ./logs/openmetadata-operations-%d{yyyy-MM-dd}-%i.log.gz
|
||||
archivedFileCount: 7
|
||||
@ -110,6 +112,9 @@ logging:
|
||||
logFormat: "%level [%d{ISO8601,UTC}] [%t] %logger{5} - %msg%n"
|
||||
timeZone: UTC
|
||||
- type: file
|
||||
layout:
|
||||
type: json
|
||||
appendLineSeparator: true
|
||||
filterFactories:
|
||||
- type: audit-exclude-filter-factory
|
||||
threshold: TRACE
|
||||
@ -120,6 +125,9 @@ logging:
|
||||
timeZone: UTC
|
||||
maxFileSize: 50MB
|
||||
- type: file
|
||||
layout:
|
||||
type: json
|
||||
appendLineSeparator: true
|
||||
filterFactories:
|
||||
- type: audit-only-filter-factory
|
||||
threshold: TRACE
|
||||
|
||||
@ -131,6 +131,10 @@
|
||||
<groupId>io.github.maksymdolgykh.dropwizard</groupId>
|
||||
<artifactId>dropwizard-micrometer-jdbi</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dropwizard</groupId>
|
||||
<artifactId>dropwizard-json-logging</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
|
||||
5
pom.xml
5
pom.xml
@ -257,6 +257,11 @@
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>${logback-classic.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dropwizard</groupId>
|
||||
<artifactId>dropwizard-json-logging</artifactId>
|
||||
<version>${dropwizard.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.awaitility</groupId>
|
||||
<artifactId>awaitility</artifactId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user