Fix #5272: Add a env variable to configure log level for OpenMetadata Server (#5273)

This commit is contained in:
Sriharsha Chintalapani 2022-06-02 11:15:16 -07:00 committed by GitHub
parent b06b2f3035
commit c2e83923e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ server:
# Logging settings.
# https://logback.qos.ch/manual/layouts.html#conversionWord
logging:
level: INFO
level: ${LOG_LEVEL:-TRACE}
loggers:
org.openmetadata.catalog.events: DEBUG
io.swagger: ERROR