some changes with config.log.output

This commit is contained in:
2025-08-02 00:53:19 +03:00
parent 3cbea14e84
commit c77d51a95c
4 changed files with 34 additions and 27 deletions

View File

@@ -60,7 +60,7 @@ func (c *Compositor) LoadConf(path string) error {
v.SetDefault("updates.wanted_version", "latest-stable")
v.SetDefault("log.json_format", "false")
v.SetDefault("log.level", "info")
v.SetDefault("log.output", "%stdout%")
v.SetDefault("log.output", "%1%")
if err := v.ReadInConfig(); err != nil {
return fmt.Errorf("error reading config: %w", err)

View File

@@ -57,7 +57,7 @@ type Updates struct {
type Log struct {
JSON *bool `mapstructure:"json_format"`
Level *string `mapstructure:"level"`
OutPath any `mapstructure:"output"`
OutPath *string `mapstructure:"output"`
}
// ConfigEnv structure for environment variables