Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jul 31, 2022
1 parent 9053aa4 commit b719123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/pipeline/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (c *Config) Exec(client compiler.Engine) error {

// log/event streaming
go func() {
logrus.Info("streaming build logs")
logrus.Debug("streaming build logs")
// start process to handle StreamRequests
// from Steps and Services
err = _executor.StreamBuild(ctx)
Expand Down

0 comments on commit b719123

Please sign in to comment.