Skip to content

Commit cd0b64a

Browse files
committed
chore: lower default log level to warn in configs
1 parent fc59e2d commit cd0b64a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config-zh.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enable_logging = true
3030
# 日志级别过滤(可通过 --log-level 覆盖)
3131
# 可选值:"error", "warn", "info", "debug", "trace"
3232
# 默认值:"warn"
33-
log_level = "trace"
33+
log_level = "warn"
3434

3535
[dwarf]
3636
# DWARF 调试信息搜索路径(用于 .gnu_debuglink 文件)

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enable_logging = true
3030
# Log level filter (overridden by --log-level)
3131
# Options: "error", "warn", "info", "debug", "trace"
3232
# Default: "warn"
33-
log_level = "trace"
33+
log_level = "warn"
3434

3535
[dwarf]
3636
# DWARF debug information search paths for .gnu_debuglink files

0 commit comments

Comments
 (0)