feat: log debug log path
All checks were successful
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-10-01 16:52:18 -04:00
parent 4666eb7375
commit 5e4786c3b5
GPG Key ID: D47306D7062CDA9D

View File

@ -119,6 +119,7 @@ func mainImpl() error {
if err := setupSlog(conf.LogPath); err != nil { // after conf is loaded
return err
}
slog.Info("debug log", "path", conf.LogPath)
slog.Debug("conf loaded", "conf", conf)
executors.InitWithConf(conf.SandboxExecServer, conf.SandboxToken)
stages, err := generateStages(conf)