squad icon indicating copy to clipboard operation
squad copied to clipboard

Improve logging for fetch tasks

Open chaws opened this issue 4 years ago • 2 comments

This issue targets improving logging on fetch tasks. Milosz is suggesting that we replace the uuid with backend + job id.

chaws avatar Jul 14 '20 13:07 chaws

I would also touch error reporting with email. Sometimes it's really hard to tell where the problem happened. What is usually missing:

  • instance when the problem happened (it sometimes can be deduced from paths)
  • called method name
  • variable values used in the call

In theory django error reporting provides all of that but in practice it's often not very useful.

mwasilew avatar Jul 15 '20 09:07 mwasilew

This solves half of the problem: https://github.com/Linaro/squad/pull/839

chaws avatar Sep 11 '20 13:09 chaws