add node logging documentation. - #372
Open
GrothenDI wants to merge 1 commit into
Open
Conversation
GrothenDI
marked this pull request as ready for review
August 12, 2026 09:02
vivian1912
reviewed
Aug 14, 2026
| #### 如何将节点日志输出到 stdout? | ||
|
|
||
| 步骤如下: | ||
| 以节点所运行的同一 java-tron 版本内置的 `logback.xml` 为起点。当前版本的参考文件为 [`framework/src/main/resources/logback.xml`](https://github.com/tronprotocol/java-tron/blob/master/framework/src/main/resources/logback.xml)。 |
Contributor
There was a problem hiding this comment.
“The current reference file is ...” may be misleading because the link points to the moving master branch rather than a specific “current version.” Could we clarify the branch and version selection while preserving the surrounding context? Suggested wording:
“Start with the logback.xml that matches the running java-tron version. The [logback.xml](https://github.com/tronprotocol/java-tron/blob/master/framework/src/main/resources/logback.xml) linked here is from the master branch; to view the file for a released version, select the corresponding release tag.”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The Chinese documentation is the translated counterpart of the English documentation. This change keeps the node logging guidance aligned across both repositories and replaces outdated FAQ instructions.
Impact
Chinese-speaking node operators receive the same logging guidance as readers of the English documentation, with configuration names and Logback terminology preserved for direct comparison with
logback.xml.Validation
mkdocs build --strictgit diff --check