This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 e8e6b702d01 [regression-test](debug) add debug info (#47769)
e8e6b702d01 is described below
commit e8e6b702d015d6ef95c8ab9464f51bafa62934c4
Author: shuke <[email protected]>
AuthorDate: Wed Feb 12 15:27:27 2025 +0800
[regression-test](debug) add debug info (#47769)
---
regression-test/pipeline/cloud_p0/conf/fe_custom.conf | 2 +-
regression-test/pipeline/p0/conf/fe.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
index 67fad89700a..0b53fa2244d 100644
--- a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
@@ -24,7 +24,7 @@ enable_debug_points = true
disable_datev1=false
disable_decimalv2=false
-sys_log_verbose_modules =
org.apache.doris.common.profile,org.apache.doris.qe.QeProcessorImpl
+sys_log_verbose_modules =
org.apache.doris.common.profile,org.apache.doris.qe.QeProcessorImpl,org.apache.doris.master.MasterImpl
# profile related
max_query_profile_num = 2000
max_spilled_profile_num = 2000
diff --git a/regression-test/pipeline/p0/conf/fe.conf
b/regression-test/pipeline/p0/conf/fe.conf
index b06ca4f93c1..3bab70ae337 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -34,7 +34,7 @@
JAVA_OPTS_FOR_JDK_17="-Djavax.security.auth.useSubjectCredsOnly=false -Xmx8192m
sys_log_level = INFO
sys_log_mode = NORMAL
-sys_log_verbose_modules =
org.apache.doris.common.profile,org.apache.doris.qe.QeProcessorImpl,org.apache.doris.load.ExportTaskExecutor
+sys_log_verbose_modules =
org.apache.doris.master.MasterImpl,org.apache.doris.common.profile,org.apache.doris.qe.QeProcessorImpl,org.apache.doris.load.ExportTaskExecutor
arrow_flight_sql_port = 8081
catalog_trash_expire_second=1
#enable ssl for test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]