chore(cmd/joj3): log attrs
All checks were successful
submodules sync / sync (push) Successful in 31s
build / build (push) Successful in 1m2s
build / trigger-build-image (push) Successful in 6s

This commit is contained in:
张泊明518370910136 2025-02-01 09:37:33 -05:00
parent ecafe1464b
commit 81754de179
GPG Key ID: D47306D7062CDA9D

View File

@ -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
}