Skip to content

Commit f7c8aa0

Browse files
harshachakash-jain-10
authored andcommitted
Fix #5272: Add a env variable to configure log level for OpenMetadata Server (#5273)
1 parent 619336d commit f7c8aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/openmetadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ server:
8787
# Logging settings.
8888
# https://logback.qos.ch/manual/layouts.html#conversionWord
8989
logging:
90-
level: INFO
90+
level: ${LOG_LEVEL:-TRACE}
9191
loggers:
9292
org.openmetadata.catalog.events: DEBUG
9393
io.swagger: ERROR

0 commit comments

Comments
 (0)