Improve/refactor logging
vohmar opened this issue · 0 comments
vohmar commented
Logging needs refactoring as it is very difficult to audit or analyse the actions in the portal
auction in containerized and runs in multiple instances. The log needs to be clear on which specific instance generated the record
Need to log user and job/task actions, and results
Example: user sets autobidder for an open english auction. Log needs to simply reveal
- time of user setting the autobidder value
- set value of the autobidder
- auction instance that was responsible for setting the autobidder
- result - success or error + details
- if currect bid was updated by the autobidder then time, instance, previous and new value set by the autobidder
- ...