Commit 6b847ce 1 parent 9755a10 commit 6b847ce Copy full SHA for 6b847ce
File tree 2 files changed +4
-1
lines changed
catalogs/catalog-jdbc-doris
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ tasks.test {
82
82
dependsOn(tasks.jar)
83
83
84
84
doFirst {
85
- environment(" GRAVITINO_CI_DORIS_DOCKER_IMAGE" , " datastrato /gravitino-ci-doris:0.1.3" )
85
+ environment(" GRAVITINO_CI_DORIS_DOCKER_IMAGE" , " zhoukangcn /gravitino-ci-doris:0.1.3" )
86
86
}
87
87
88
88
val init = project.extra.get(" initIntegrationTest" ) as (Test ) -> Unit
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ echo "add priority_networks = ${PRIORITY_NETWORKS} to fe.conf & be.conf"
37
37
echo " priority_networks = ${PRIORITY_NETWORKS} " >> ${DORIS_FE_HOME} /conf/fe.conf
38
38
echo " priority_networks = ${PRIORITY_NETWORKS} " >> ${DORIS_BE_HOME} /conf/be.conf
39
39
echo " report_disk_state_interval_seconds = 10" >> ${DORIS_BE_HOME} /conf/be.conf
40
+ echo " sys_log_verbose_modules=org" >> ${DORIS_FE_HOME} /conf/fe.conf
41
+ echo " sys_log_verbose_modules=*" >> ${DORIS_BE_HOME} /conf/be.conf
42
+ echo " sys_log_verbose_level=10" >> ${DORIS_BE_HOME} /conf/be.conf
40
43
41
44
# start doris fe and be in daemon mode
42
45
${DORIS_FE_HOME} /bin/start_fe.sh --daemon
You can’t perform that action at this time.
0 commit comments