add node logging documentation. - #372
Merged
Benson0224 merged 2 commits intoSep 8, 2026
Merged
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.”
Contributor
There was a problem hiding this comment.
"当前版本" refers to the latest available version, which is why I am using master.
vivian1912
approved these changes
Sep 7, 2026
Benson0224
approved these changes
Sep 7, 2026
# Conflicts: # docs/faq/index.md
abn2357
added a commit
to abn2357/documentation-zh
that referenced
this pull request
Sep 8, 2026
Rebuild the gh-pages site to publish Chinese documentation updates merged into master after the previous rebuild (tronprotocol#375), ordered by merge time. Included PRs: - tronprotocol#373 remove obsolete documentation files - tronprotocol#377 align module structure with java-tron v4.8.2 - tronprotocol#378 clarify dependency verification guidance - tronprotocol#372 add node logging documentation - tronprotocol#374 add separate CI workflow documentation based on v4.8.2 - tronprotocol#381 align docs with java-tron v4.8.2.1 - tronprotocol#380 migrate the full wallet-cli command documentation from the wallet-cli repository Adds new generated Chinese documentation sections: - using_javatron/logging/ for the Node Logging guide - developers/workflows/ for the java-tron CI workflow reference - clients/wallet-cli/java/ and clients/wallet-cli/typescript/ for the full wallet-cli documentation Removes obsolete and replaced pages, and refreshes sitemap.xml, sitemap.xml.gz, search/search_index.json, docs-manifest.json, and revision dates.
6 tasks
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