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
The following commit(s) were added to refs/heads/master by this push:
new 7bc6c2f Update C# log path (#213)
7bc6c2f is described below
commit 7bc6c2f6be0f74b38500ab328e30777c722bc0ec
Author: Aaron Ai <[email protected]>
AuthorDate: Thu Sep 1 10:22:38 2022 +0800
Update C# log path (#213)
---
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 896b9c8..bef8d30 100644
--- a/csharp/rocketmq-client-csharp/rocketmq-client-csharp.nlog
+++ b/csharp/rocketmq-client-csharp/rocketmq-client-csharp.nlog
@@ -20,9 +20,9 @@
<targets>
<target name="asyncFile" xsi:type="AsyncWrapper">
<target name="log_file" xsi:type="File"
-
fileName="${specialfolder:folder=UserProfile}/logs/ons/ons-client.log"
+
fileName="${specialfolder:folder=UserProfile}/logs/rocketmq/rocketmq-client.log"
layout="${longdate} ${level:uppercase=true:padding=-5}
[${processid}] [${threadid}] [${callsite}:${callsite-linenumber}] ${message}
${onexception:${exception:format=ToString,Data}}"
-
archiveFileName="${specialfolder:folder=UserProfile}/logs/ons/ons-client.{######}.log"
+
archiveFileName="${specialfolder:folder=UserProfile}/logs/rocketmq/rocketmq-client.{######}.log"
archiveAboveSize="67108864"
archiveNumbering="DateAndSequence"
maxArchiveFiles="10"