mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
Fix log.level configuration in frps.toml (#3655)
```toml log.level = info ``` changed to ```toml log.level = "info" ```
This commit is contained in:
parent
5eb8f3db03
commit
307d1bfa3f
@ -83,7 +83,7 @@ enablePrometheus = true
|
|||||||
# console or real logFile path like ./frps.log
|
# console or real logFile path like ./frps.log
|
||||||
log.to = "./frps.log"
|
log.to = "./frps.log"
|
||||||
# trace, debug, info, warn, error
|
# trace, debug, info, warn, error
|
||||||
log.level = info
|
log.level = "info"
|
||||||
log.maxDays = 3
|
log.maxDays = 3
|
||||||
# disable log colors when log.to is console, default is false
|
# disable log colors when log.to is console, default is false
|
||||||
log.disablePrintColor = false
|
log.disablePrintColor = false
|
||||||
|
Loading…
Reference in New Issue
Block a user