Skip to content

Commit

Permalink
Change the default log level of tiflash (#15991) (#16012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 8, 2024
1 parent cd4939e commit d724cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiflash/tiflash-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ delta_index_cache_size = 0
advertise-status-addr = 外部访问 status-addr 的地址,不填则默认是 "status-addr"

[logger]
## log 级别(支持 "trace"、"debug"、"info"、"warn"、"error"),默认是 "debug"
level = "debug"
## log 级别(支持 "trace"、"debug"、"info"、"warn"、"error"),从 v6.5.7 起,默认值从 "debug" 变更为 "info"
level = "info"
log = TiFlash log 路径
errorlog = TiFlash error log 路径
## 单个日志文件的大小,默认是 "100M"
Expand Down

0 comments on commit d724cf6

Please sign in to comment.