Skip to content

Commit

Permalink
Default elastic4s log level is WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jun 18, 2024
1 parent ec4bfd0 commit 31090c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ingestor/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>

<variable name="APP_LOG_LEVEL" value="${APP_LOG_LEVEL:-INFO}" />
<variable name="ELASTIC4S_LOG_LEVEL" value="${ELASTIC4S_LOG_LEVEL:-INFO}" />
<variable name="ELASTIC4S_LOG_LEVEL" value="${ELASTIC4S_LOG_LEVEL:-WARN}" />
<variable name="MONGO_DRIVER_LOG_LEVEL" value="${MONGO_DRIVER_LOG_LEVEL:-INFO}" />

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
Expand Down

0 comments on commit 31090c0

Please sign in to comment.