feat: log meta conf
All checks were successful
build / build (push) Successful in 1m19s
build / trigger-build-image (push) Successful in 5s

This commit is contained in:
张泊明518370910136 2024-10-01 01:42:44 -04:00
parent 6456a64bca
commit 2029cc8ae9
GPG Key ID: D47306D7062CDA9D

View File

@ -110,6 +110,7 @@ func parseMetaConfFile(path string) (metaConf MetaConf, err error) {
slog.Error("validate meta conf", "error", err) slog.Error("validate meta conf", "error", err)
return return
} }
slog.Debug("meta conf loaded", "metaConf", metaConf)
return return
} }