Skip to content

Commit

Permalink
#3384 : Log Task ID in log messages on task creation / update / sched…
Browse files Browse the repository at this point in the history
…uling / processing
  • Loading branch information
vrindanayak committed Sep 27, 2021
1 parent 9390484 commit 54a9f66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1199,8 +1199,8 @@ public void onPreUpdate() {
@Override
public String toString() {
return "Task{" +
"taskID='" + pk + '\'' +
"deviceName='" + deviceName + '\'' +
"taskID=" + pk +
", deviceName='" + deviceName + '\'' +
", queueName='" + queueName + '\'' +
", type=" + type +
", status=" + status +
Expand Down

0 comments on commit 54a9f66

Please sign in to comment.