This commit is contained in:
yuzuki999
2023-07-13 01:19:13 +08:00
parent 65629c0dfb
commit 848c7b014a
5 changed files with 9 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ type LogConfig struct {
func NewLogConfig() *LogConfig {
return &LogConfig{
Level: "none",
Level: "warning",
AccessPath: "",
ErrorPath: "",
}