Skip to content

Commit

Permalink
Remove DEBUG-level logging from actions in docker
Browse files Browse the repository at this point in the history
In elastic#51459 DEBUG-level logging was removed from the default log4j
configuration. However, our docker build has its own log4j configuration
which was missed in that change. This commit removes the same from the
docker log4j configuration.

relates elastic#51459
relates elastic#51198
  • Loading branch information
rjernst committed May 29, 2020
1 parent dd2910d commit c1f0deb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions distribution/docker/src/docker/config/log4j2.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
status = error

# log action execution errors for easier debugging
logger.action.name = org.elasticsearch.action
logger.action.level = debug

appender.rolling.type = Console
appender.rolling.name = rolling
appender.rolling.layout.type = ECSJsonLayout
Expand Down

0 comments on commit c1f0deb

Please sign in to comment.