You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2023/02/23 15:14:43 UTC

[rocketmq-clients] 03/28: Modify log level temporarily

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 57531fab6e68dc73764af2c62a8553a178dbede9
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Tue Feb 7 17:43:07 2023 +0800

    Modify log level temporarily
---
 csharp/rocketmq-client-csharp/rocketmq-client-csharp.nlog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.nlog b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.nlog
index a03537bc..5da3a600 100644
--- a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.nlog
+++ b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.nlog
@@ -35,7 +35,7 @@
         </target>
     </targets>
     <rules>
-        <logger name="*" minlevel="info" writeTo="asyncFile" />
-        <logger name="*" minlevel="Info" writeTo="colorConsole" />
+        <logger name="*" minlevel="Debug" writeTo="asyncFile" />
+        <logger name="*" minlevel="Debug" writeTo="colorConsole" />
     </rules>
 </nlog>
\ No newline at end of file