Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config-zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enable_logging = true
# 日志级别过滤(可通过 --log-level 覆盖)
# 可选值:"error", "warn", "info", "debug", "trace"
# 默认值:"warn"
log_level = "trace"
log_level = "warn"

[dwarf]
# DWARF 调试信息搜索路径(用于 .gnu_debuglink 文件)
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enable_logging = true
# Log level filter (overridden by --log-level)
# Options: "error", "warn", "info", "debug", "trace"
# Default: "warn"
log_level = "trace"
log_level = "warn"

[dwarf]
# DWARF debug information search paths for .gnu_debuglink files
Expand Down