This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git

commit e444d1ff87148cc75231c79b6de39543844f6af8
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Jun 9 15:35:12 2020 +0200

    [FLINK-18215][conf] Add log level to JavaBashUtils log4j config
---
 flink-dist/src/main/resources/log4j-bash-utils.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-dist/src/main/resources/log4j-bash-utils.properties 
b/flink-dist/src/main/resources/log4j-bash-utils.properties
index 3aff31b..15a6e12 100644
--- a/flink-dist/src/main/resources/log4j-bash-utils.properties
+++ b/flink-dist/src/main/resources/log4j-bash-utils.properties
@@ -23,4 +23,4 @@ rootLogger.appenderRef.console.ref = ConsoleAppender
 appender.console.name = ConsoleAppender
 appender.console.type = CONSOLE
 appender.console.layout.type = PatternLayout
-appender.console.layout.pattern = %x - %m%n
+appender.console.layout.pattern = %-5p %x - %m%n

Reply via email to