From 5c190c2c7c0fca7c22370aae38687ee361bbe42f Mon Sep 17 00:00:00 2001 From: Austin Lee Date: Fri, 19 Jan 2024 10:25:28 -0800 Subject: [PATCH] Remove unintended change from log4j properties. Signed-off-by: Austin Lee --- distribution/src/config/log4j2.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/distribution/src/config/log4j2.properties b/distribution/src/config/log4j2.properties index 1f9935022c330..d040afae82e53 100644 --- a/distribution/src/config/log4j2.properties +++ b/distribution/src/config/log4j2.properties @@ -16,8 +16,6 @@ appender.console.name = console appender.console.layout.type = PatternLayout appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] [%node_name]%marker %m%n -#[%d{ISO8601}][%-5p][%-25c{1.}] [%node_name]%marker %m%n - ######## Server JSON ############################ appender.rolling.type = RollingFile appender.rolling.name = rolling