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