This commit is contained in:
ginuerzh
2022-03-12 19:23:19 +08:00
parent 4364190e6d
commit 4007e80811
10 changed files with 26 additions and 20 deletions

View File

@ -46,7 +46,7 @@ func buildConfigFromCmd(services, nodes stringList) (*config.Config, error) {
}
}
if v := os.Getenv("GOST_LOGGING_LEVEL"); v != "" {
if v := os.Getenv("GOST_LOGGER_LEVEL"); v != "" {
cfg.Log = &config.LogConfig{
Level: v,
}

View File

@ -1,5 +1,5 @@
package main
const (
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
)