Commit ea1d174
committed
fix: update default logging rules in dtk preference
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 应用程序默认禁用调试日志
该更改有助于减少生产环境中不必要的调试输出,同时保留需要时启用调试日志的
能力1 parent f230d59 commit ea1d174
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments