Skip to content

Commit

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

0 comments on commit 9390484

Please sign in to comment.