We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e3c51 commit 3b7f08aCopy full SHA for 3b7f08a
internal/buildengine/build.go
@@ -80,7 +80,7 @@ func handleBuildResult(ctx context.Context, projectConfig projectconfig.Config,
80
81
err = handleGitCommit(ctx, c.Abs().Dir, result.Schema)
82
if err != nil {
83
- logger.Errorf(err, "Failed to save current git commit to schema")
+ logger.Debugf("Failed to save current git commit to schema: %s", err.Error())
84
}
85
86
if endpoint, ok := result.DevEndpoint.Get(); ok {
0 commit comments