Switch to chi and improve logs

This commit is contained in:
Andrew-71 2024-10-13 16:51:29 +03:00
parent acab4bc68b
commit c3334faa9e
8 changed files with 23 additions and 17 deletions

View file

@ -38,7 +38,7 @@ func LoadConfig(filename string) error {
return err
}
Cfg = temp_config
slog.Debug("Loaded config", "file", filename)
slog.Debug("Loaded config", "file", filename, "config", Cfg)
return nil
}