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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e73966  [INLONG-2349] modify dataproxy log name (#2350)
6e73966 is described below

commit 6e73966abef2ddb10d7855b1658455d251558045
Author: baomingyu <[email protected]>
AuthorDate: Wed Jan 26 14:19:08 2022 +0800

    [INLONG-2349] modify dataproxy log name (#2350)
---
 inlong-dataproxy/conf/log4j.properties | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/inlong-dataproxy/conf/log4j.properties 
b/inlong-dataproxy/conf/log4j.properties
index e044c69..53b6dd7 100644
--- a/inlong-dataproxy/conf/log4j.properties
+++ b/inlong-dataproxy/conf/log4j.properties
@@ -19,14 +19,14 @@
 
 log4j.rootLogger=DEBUG,debug,info,warn,error
 log.dir = ./logs
-log.file.name.prefix=flume.log
-log.file.info.name.postfix=
+log.file.name.prefix=dataproxy
+log.file.info.name.postfix=.info
 log.file.debug.name.postfix=.debug
 log.file.warn.name.postfix=.warn
 log.file.error.name.postfix=.error
-log.file.stat.name=flume_stat.log
-log.file.monitors.name=flume_monitors.log
-log.file.index.name=flume_index.log
+log.file.stat.name=dataproxy_stat.log
+log.file.monitors.name=dataproxy_monitors.log
+log.file.index.name=dataproxy_index.log
 
 
 log4j.logger.org.apache.inlong.commons.monitor.MonitorIndexExt = info,monitor

Reply via email to