fix: update default logging rules in dtk preference#107
Merged
18202781743 merged 1 commit intolinuxdeepin:masterfrom Jun 27, 2025
Merged
fix: update default logging rules in dtk preference#10718202781743 merged 1 commit intolinuxdeepin:masterfrom
18202781743 merged 1 commit intolinuxdeepin:masterfrom
Conversation
Changed the default logging rules value from empty string to "*.debug=false" in org.deepin.dtk.preference.json This modification ensures debug logs are disabled by default for DTK applications The change helps reduce unnecessary debug output in production environments while maintaining the ability to enable debug logging when needed fix: 更新 dtk 首选项中的默认日志规则 将 org.deepin.dtk.preference.json 中的默认日志规则值从空字符串改为 "*.debug=false" 此修改确保 DTK 应用程序默认禁用调试日志 该更改有助于减少生产环境中不必要的调试输出,同时保留需要时启用调试日志的 能力
Contributor
Author
Contributor
deepin pr auto review关键摘要:
是否建议立即修改:
|
Contributor
Author
mhduiy
approved these changes
Jun 26, 2025
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, mhduiy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.
Changed the default logging rules value from empty string to
"*.debug=false" in org.deepin.dtk.preference.json
This modification ensures debug logs are disabled by default for DTK
applications
The change helps reduce unnecessary debug output in production
environments while maintaining the ability to enable debug logging when
needed
fix: 更新 dtk 首选项中的默认日志规则
将 org.deepin.dtk.preference.json 中的默认日志规则值从空字符串改为
"*.debug=false"
此修改确保 DTK 应用程序默认禁用调试日志
该更改有助于减少生产环境中不必要的调试输出,同时保留需要时启用调试日志的
能力