From 76992e6337ce253e7959b5482af4f0f3c8daded1 Mon Sep 17 00:00:00 2001 From: zclllyybb Date: Thu, 29 Feb 2024 10:29:58 +0800 Subject: [PATCH] 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 d4b1cec2e89be7..e1ae9653c78add 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 fe80f75954d34d..01ee2e6da2e255 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