This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 1316ee49421329cd4cb782a87829a80256a6f694 Author: zclllyybb <[email protected]> AuthorDate: Thu Feb 29 10:29:58 2024 +0800 Add p1 debug log (#31560) --- regression-test/pipeline/p1/conf/be.conf | 1 + regression-test/pipeline/p1/conf/fe.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/regression-test/pipeline/p1/conf/be.conf b/regression-test/pipeline/p1/conf/be.conf index d4b1cec2e89..e1ae9653c78 100644 --- a/regression-test/pipeline/p1/conf/be.conf +++ b/regression-test/pipeline/p1/conf/be.conf @@ -19,6 +19,7 @@ PPROF_TMPDIR="$DORIS_HOME/log/" # INFO, WARNING, ERROR, FATAL sys_log_level = INFO +sys_log_verbose_modules = vrow_distribution # ports for admin, web, heartbeat service be_port = 9162 diff --git a/regression-test/pipeline/p1/conf/fe.conf b/regression-test/pipeline/p1/conf/fe.conf index fe80f75954d..01ee2e6da2e 100644 --- a/regression-test/pipeline/p1/conf/fe.conf +++ b/regression-test/pipeline/p1/conf/fe.conf @@ -36,6 +36,7 @@ JAVA_OPTS_FOR_JDK_9="-Djavax.security.auth.useSubjectCredsOnly=false -Xss4m -Xmx # INFO, WARN, ERROR, FATAL sys_log_level = INFO +sys_log_verbose_modules=org.apache.doris.service.FrontendServiceImpl # store metadata, must be created before start FE. # Default value is ${DORIS_HOME}/doris-meta --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
