We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4a278 commit 30669f1Copy full SHA for 30669f1
2 files changed
core/task/constraint/attributes.go
@@ -68,7 +68,7 @@ func (attrs Attributes) Satisfy(cts Constraints) (ok bool) {
68
}
69
70
for _, constraint := range cts {
71
- log.WithField("constraint", constraint.String()).Debug("processing constraint")
+ log.WithField("constraint", constraint.String()).Trace("processing constraint")
72
switch constraint.Operator {
73
case Equals:
74
var value string
core/task/scheduler.go
@@ -849,7 +849,7 @@ func (state *schedulerState) statusUpdate() events.HandlerFunc {
849
"task": s.TaskID.Value,
850
"state": s.GetState().String(),
851
"message": s.GetMessage(),
852
- }).Debug("task status update received")
+ }).Trace("task status update received")
853
854
855
// What's the new task state?
0 commit comments