Skip to content

Commit

Permalink
Remove DEBUG-level logging from actions in docker (#57389)
Browse files Browse the repository at this point in the history
In #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 #51459
relates #51198
  • Loading branch information
rjernst committed Jun 2, 2020
1 parent e434c48 commit c15cd33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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 = ESJsonLayout
Expand Down
4 changes: 0 additions & 4 deletions distribution/docker/src/docker/config/oss/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 = ESJsonLayout
Expand Down

0 comments on commit c15cd33

Please sign in to comment.