diff --git a/model/config.go b/model/config.go index 69b07f6..56e3b6d 100644 --- a/model/config.go +++ b/model/config.go @@ -17,7 +17,7 @@ type LogSettings struct { Json bool `json:"json" flag:"log_json|false|Log format JSON" env:"LOG_JSON"` Otel bool `json:"otel" flag:"log_otel|false|Log OTEL" env:"LOG_OTEL"` File string `json:"file" flag:"log_file||Log file directory" env:"LOG_FILE"` - Console bool `json:"console" flag:"log_console||Log console" env:"LOG_CONSOLE"` + Console bool `json:"console" flag:"log_console|1|Log console" env:"LOG_CONSOLE"` } type CallSettings struct {