This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 6cf217f Fix WARNING to WARN in fe.conf sys_log_level (#3218) 6cf217f is described below commit 6cf217f0c754e58f912659083b4372e9db361f34 Author: Stalary <stal...@163.com> AuthorDate: Sat Mar 28 10:13:15 2020 +0800 Fix WARNING to WARN in fe.conf sys_log_level (#3218) When I used it, I changed it to WARING in the comments, and the log didn't work because there was no warning-level log in Java --- conf/fe.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/fe.conf b/conf/fe.conf index 7140676..7d59cd7 100644 --- a/conf/fe.conf +++ b/conf/fe.conf @@ -34,7 +34,7 @@ JAVA_OPTS_FOR_JDK_9="-Xmx4096m -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=7 -X ## the lowercase properties are read by main program. ## -# INFO, WARNING, ERROR, FATAL +# INFO, WARN, ERROR, FATAL sys_log_level = INFO # store metadata, create it if it is not exist. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org