chore(cmd/joj3): log attrs
This commit is contained in:
parent
ecafe1464b
commit
81754de179
|
@ -147,5 +147,6 @@ func setupSlog(conf *conf.Conf) error {
|
||||||
if logPath != "" {
|
if logPath != "" {
|
||||||
slog.Info("debug log", "path", logPath)
|
slog.Info("debug log", "path", logPath)
|
||||||
}
|
}
|
||||||
|
slog.LogAttrs(context.TODO(), slog.LevelInfo, "setup slog attrs", attrs...)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user