Skip to content

Commit

Permalink
Expand warnings too
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Moskovitz <[email protected]>
  • Loading branch information
triarius and moskyb authored Oct 30, 2023
1 parent 85839ee commit a8f8148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/run_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (r *JobRunner) prependTimestampForLogs(s string, args ...any) []byte {

func (r *JobRunner) verificationFailureLogs(behavior string, err error) {
l := r.logger.WithFields(logger.StringField("jobID", r.conf.Job.ID), logger.StringField("error", err.Error()))
prefix := "~~~ ⚠️"
prefix := "+++ ⚠️"
if behavior == VerificationBehaviourBlock {
prefix = "+++ ⛔"
}
Expand Down

0 comments on commit a8f8148

Please sign in to comment.