Remove file appender from logging for tests (#12514)

This commit is contained in:
Sriharsha Chintalapani 2023-07-21 08:36:02 -07:00 committed by GitHub
parent 15d8864f56
commit bde7509a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,14 +90,7 @@ logging:
level: INFO
appenders:
- type: console
logFormat: "%level [%d{ISO8601,UTC}] [%t] %logger{5} - %msg%n"
- type: file
currentLogFilename: './logs/openmetadata.log'
archivedLogFilenamePattern: './logs/openmetadata-%d-%i.log.gz'
archive: true
archivedFileCount: 7
maxFileSize: '1MiB'
logFormat: "%level [%d{ISO8601,UTC}] [%t] %logger{5} - %msg%n"
logFormat: "%level %logger{5} - %msg%n"
database:
# the name of the JDBC driver, h2 is used for testing