1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 20:13:50 +08:00
This commit is contained in:
Akiba 2021-11-15 11:13:08 +08:00
parent 77580ae8ef
commit 4de5efc813
No known key found for this signature in database
GPG Key ID: 770E2536B844F0F9

View File

@ -61,7 +61,7 @@ type Config struct {
LogLevel string `yaml:"log-level"` LogLevel string `yaml:"log-level"`
LogAging int `yaml:"log-aging"` LogAging int `yaml:"log-aging"`
LogForceNew bool `yaml:"log-force-new"` LogForceNew bool `yaml:"log-force-new"`
LogColorful *bool `yaml:"log-colorful"` LogColorful *bool `yaml:"log-colorful"`
Debug bool `yaml:"debug"` Debug bool `yaml:"debug"`
} `yaml:"output"` } `yaml:"output"`