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

lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 76992e6337c Add p1 debug log (#31560)
76992e6337c is described below

commit 76992e6337ce253e7959b5482af4f0f3c8daded1
Author: zclllyybb <zhaochan...@selectdb.com>
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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to