refactor: remove slient mode and improve debug level log output

This commit is contained in:
Revincx
2022-10-17 16:40:13 +08:00
parent 3af71513ae
commit 0efabf683f
4 changed files with 7 additions and 22 deletions

View File

@@ -21,7 +21,6 @@ type Basic struct {
type Log struct {
DebugLevel bool `json:"debug_level" yaml:"debug_level" mapstructure:"debug_level"`
SlientMode bool `json:"slient_mode" yaml:"slient_mode" mapstructure:"slient_mode"`
WriteFile bool `json:"write_file" yaml:"write_file" mapstructure:"write_file"`
FilePath string `json:"log_path" yaml:"log_path" mapstructure:"log_path"`
FileName string `json:"log_name" yaml:"log_name" mapstructure:"log_name"`