fix: update dtk preference logging rules configuration#120
Merged
18202781743 merged 1 commit intolinuxdeepin:masterfrom Nov 17, 2025
Merged
fix: update dtk preference logging rules configuration#12018202781743 merged 1 commit intolinuxdeepin:masterfrom
18202781743 merged 1 commit intolinuxdeepin:masterfrom
Conversation
Update the logging rules configuration in org.deepin.dtk.preference.json to fix control center logging settings issue. Changed serial from 0 to 1 and added "global" flag to the flags array. This ensures the logging rules are properly applied across all DTK applications and resolves the problem where control center logging settings were not taking effect. Log: Fixed control center logging settings not working properly Influence: 1. Test logging functionality in control center settings 2. Verify log output rules are correctly applied to DTK applications 3. Check if global logging configuration works across all applications 4. Test different log levels and categories to ensure proper filtering 5. Verify logging settings persist after application restart fix: 更新 dtk 首选项日志规则配置 更新 org.deepin.dtk.preference.json 中的日志规则配置,修复控制中心日志设 置失效问题。将序列号从 0 更改为 1,并在标志数组中添加 "global" 标志。这 确保日志规则在所有 DTK 应用程序中正确应用,解决了控制中心日志设置不生效 的问题。 Log: 修复控制中心日志设置不生效的问题 Influence: 1. 测试控制中心设置中的日志功能 2. 验证日志输出规则是否正确应用于 DTK 应用程序 3. 检查全局日志配置是否在所有应用程序中正常工作 4. 测试不同的日志级别和类别以确保正确的过滤 5. 验证日志设置在应用程序重启后是否保持 PMS: BUG-339237
Contributor
deepin pr auto review我来帮你分析这个配置文件的变更:
总的来说,这是一个合理的配置变更,不会引入安全风险或性能问题,但建议加强文档记录和变更管理。 |
caixr23
approved these changes
Nov 17, 2025
BLumia
approved these changes
Nov 17, 2025
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, BLumia, caixr23 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.
Update the logging rules configuration in org.deepin.dtk.preference.json
to fix control center logging settings issue. Changed serial from 0 to
1 and added "global" flag to the flags array. This ensures the logging
rules are properly applied across all DTK applications and resolves the
problem where control center logging settings were not taking effect.
Log: Fixed control center logging settings not working properly
Influence:
fix: 更新 dtk 首选项日志规则配置
更新 org.deepin.dtk.preference.json 中的日志规则配置,修复控制中心日志设
置失效问题。将序列号从 0 更改为 1,并在标志数组中添加 "global" 标志。这
确保日志规则在所有 DTK 应用程序中正确应用,解决了控制中心日志设置不生效
的问题。
Log: 修复控制中心日志设置不生效的问题
Influence:
PMS: BUG-339237