Skip to content

Commit

Permalink
Update observability.md (#320)
Browse files Browse the repository at this point in the history
update Logging Default Path in go
  • Loading branch information
guyinyou authored and lizhanhui committed Jan 10, 2023
1 parent 281f7b6 commit 2b90a2b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

### Logging Default Path

| Language | Path |
| -------- | ----------------------------------------- |
| CPP | `$HOME/logs/rocketmq/client.log` |
| C# | `$HOME/logs/rocketmq/rocketmq-client.log` |
| Java | `$HOME/logs/rocketmq/rocketmq-client.log` |
| Language | Path |
| -------- | ---------------------------------------------|
| CPP | `$HOME/logs/rocketmq/client.log` |
| C# | `$HOME/logs/rocketmq/rocketmq-client.log` |
| Java | `$HOME/logs/rocketmq/rocketmq-client.log` |
| Go | `$HOME/logs/rocketmq/rocketmq_client_go.log` |

0 comments on commit 2b90a2b

Please sign in to comment.