Skip to content

Commit

Permalink
Remove DEBUG-level default logging from actions (#51459)
Browse files Browse the repository at this point in the history
In 2bb31fe (v0.6.0!) we added DEBUG-level logging to the default config of
action loggers "for easier debugging". This change to the default config lives
on to this day. It does not obviously make debugging any easier any more, but
it does result in a good deal of log noise sometimes. This commit removes this
special case from the default config.

Closes #51198
  • Loading branch information
DaveCTurner committed Jan 27, 2020
1 parent dd409e1 commit fc57826
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions distribution/src/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.console.type = Console
appender.console.name = console
appender.console.layout.type = PatternLayout
Expand Down

0 comments on commit fc57826

Please sign in to comment.