You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/12/11 08:14:13 UTC

[rocketmq] branch develop updated: [ISSUE #5676] Support for dynamic Logging in proxy and controller modules (#5677)

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

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new e197297d3 [ISSUE #5676] Support for dynamic Logging in proxy and controller modules (#5677)
e197297d3 is described below

commit e197297d30e5c2b705cd2f60881b10420755991b
Author: mxsm <lj...@gmail.com>
AuthorDate: Sun Dec 11 16:13:55 2022 +0800

    [ISSUE #5676] Support for dynamic Logging in proxy and controller modules (#5677)
---
 controller/src/main/resources/rmq.controller.logback.xml | 2 +-
 proxy/src/main/resources/rmq.proxy.logback.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/controller/src/main/resources/rmq.controller.logback.xml b/controller/src/main/resources/rmq.controller.logback.xml
index ad49dac03..1dbee2c0d 100644
--- a/controller/src/main/resources/rmq.controller.logback.xml
+++ b/controller/src/main/resources/rmq.controller.logback.xml
@@ -16,7 +16,7 @@
   limitations under the License.
   -->
 
-<configuration>
+<configuration scan="true" scanPeriod="30 seconds">
     <appender name="DefaultAppender"
               class="ch.qos.logback.core.rolling.RollingFileAppender">
         <file>${user.home}/logs/rocketmqlogs/controller_default.log</file>
diff --git a/proxy/src/main/resources/rmq.proxy.logback.xml b/proxy/src/main/resources/rmq.proxy.logback.xml
index a0101dcfd..acac499c4 100644
--- a/proxy/src/main/resources/rmq.proxy.logback.xml
+++ b/proxy/src/main/resources/rmq.proxy.logback.xml
@@ -16,7 +16,7 @@
   limitations under the License.
   -->
 
-<configuration>
+<configuration scan="true" scanPeriod="30 seconds">
 
     <appender name="RocketmqProxyAppender_inner"
               class="ch.qos.logback.core.rolling.RollingFileAppender">