diff --git a/cmd/joj3/log.go b/cmd/joj3/log.go index bef2e13..7f6c59f 100644 --- a/cmd/joj3/log.go +++ b/cmd/joj3/log.go @@ -147,5 +147,6 @@ func setupSlog(conf *conf.Conf) error { if logPath != "" { slog.Info("debug log", "path", logPath) } + slog.LogAttrs(context.TODO(), slog.LevelInfo, "setup slog attrs", attrs...) return nil }