HBASE-27762 Include EventType and ProcedureV2 pid in logging via MDC (addendum)

Make use of `%notEmpty` pattern with MDC logging. Will function as expected once we upgrade to
Log4J 2.21.0+.
This commit is contained in:
Nick Dimiduk 2023-04-24 14:06:19 +02:00 committed by Nick Dimiduk
parent 07bdc09ee5
commit 841f2a7fa6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ appender.console.target = SYSTEM_ERR
appender.console.name = Console
appender.console.maxSize = 1G
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{ISO8601} %-5p [%t (%X)] %C{2}(%L): %m%n
appender.console.layout.pattern = %d{ISO8601} %-5p [%t%notEmpty{ %X}] %C{2}(%L): %m%n
rootLogger = INFO,Console