Skip to content

Commit c15cd33

Browse files
committed
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
1 parent e434c48 commit c15cd33

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

distribution/docker/src/docker/config/log4j2.properties

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
status = error
22

3-
# log action execution errors for easier debugging
4-
logger.action.name = org.elasticsearch.action
5-
logger.action.level = debug
6-
73
appender.rolling.type = Console
84
appender.rolling.name = rolling
95
appender.rolling.layout.type = ESJsonLayout

distribution/docker/src/docker/config/oss/log4j2.properties

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
status = error
22

3-
# log action execution errors for easier debugging
4-
logger.action.name = org.elasticsearch.action
5-
logger.action.level = debug
6-
73
appender.rolling.type = Console
84
appender.rolling.name = rolling
95
appender.rolling.layout.type = ESJsonLayout

0 commit comments

Comments
 (0)