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/16 07:13:56 UTC

[rocketmq] branch develop updated: [ISSUE #5688] Add log xml config file into distribution config directory (#5689)

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 7bd02dbef [ISSUE #5688] Add log xml config file into distribution config directory (#5689)
7bd02dbef is described below

commit 7bd02dbef62662124e9b561a9b31ab8e6ead00da
Author: mxsm <lj...@gmail.com>
AuthorDate: Fri Dec 16 15:13:50 2022 +0800

    [ISSUE #5688] Add log xml config file into distribution config directory (#5689)
---
 distribution/release.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/distribution/release.xml b/distribution/release.xml
index daa55f7ad..0e4ffbc3d 100644
--- a/distribution/release.xml
+++ b/distribution/release.xml
@@ -55,6 +55,26 @@
             <source>NOTICE-BIN</source>
             <destName>NOTICE</destName>
         </file>
+        <file>
+            <source>../broker/src/main/resources/rmq.broker.logback.xml</source>
+            <destName>conf/rmq.broker.logback.xml</destName>
+        </file>
+        <file>
+            <source>../client/src/main/resources/rmq.client.logback.xml</source>
+            <destName>conf/rmq.client.logback.xml</destName>
+        </file>
+        <file>
+            <source>../controller/src/main/resources/rmq.controller.logback.xml</source>
+            <destName>conf/rmq.controller.logback.xml</destName>
+        </file>
+        <file>
+            <source>../namesrv/src/main/resources/rmq.namesrv.logback.xml</source>
+            <destName>conf/rmq.namesrv.logback.xml</destName>
+        </file>
+        <file>
+            <source>../tools/src/main/resources/rmq.tools.logback.xml</source>
+            <destName>conf/rmq.tools.logback.xml</destName>
+        </file>
     </files>
 
     <moduleSets>