Summary#
- Replace 5 remaining
log.Printfcalls inappview/settings/settings.gowith structureds.Logger.Errorusing key-value pairs. - Remove unused
"log"import (the struct already hasLogger*slog.Logger)
log.Printf calls in appview/settings/settings.go with structured s.Logger.Error using key-value pairs."log" import (the struct already has Logger *slog.Logger)Signed-off-by: MatΓas Insaurralde <matias@insaurral.de>