Remove DEBUG-level logging from actions in docker (#57389)

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
This commit is contained in:
Ryan Ernst 2020-06-01 18:00:40 -07:00 committed by Ryan Ernst
parent e434c481dc
commit c15cd33c88
No known key found for this signature in database
GPG Key ID: 5F7EA39E15F54DCE
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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