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 2022/09/01 02:34:24 UTC

[rocketmq-clients] branch master updated: Add C# log path (#217)

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 1dc82e2  Add C# log path (#217)
1dc82e2 is described below

commit 1dc82e2ad877a5295a2b47147c26eeed694f8c60
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Thu Sep 1 10:34:20 2022 +0800

    Add C# log path (#217)
---
 docs/observability.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/observability.md b/docs/observability.md
index adae33d..f7d3b70 100644
--- a/docs/observability.md
+++ b/docs/observability.md
@@ -11,4 +11,5 @@
 | Language | Path                                      |
 | -------- | ----------------------------------------- |
 | CPP      | `$HOME/logs/rocketmq/client.log`          |
+| C#       | `$HOME/logs/rocketmq/client.log`          |
 | Java     | `$HOME/logs/rocketmq/rocketmq-client.log` |
\ No newline at end of file