zingzeu / CrowdSource

Crowdsourcing coordination and state management tool
http://cs.mindong.asia
MIT License
2 stars 0 forks source link

Step audit log #41

Open ztl8702 opened 5 years ago

ztl8702 commented 5 years ago

Records the events during the lifetime of a Step.

Example:

Timestamp xxxx    State changed to Working
Timestamp xxxx    User requested pausing
Timestamp xxxx    State changed to Paused
Timestamp xxxx    User requested resuming
Timestamp xxxx    State changed to Ready
Timestamp xxxx    State changed to Working
Timestamp xxxx    State changed to Stopped
ztl8702 commented 5 years ago

Or audit log at the Entity level?

ztl8702 commented 5 years ago

Logs may be streamed (asynchronously) to external logging drivers, and queried from those external log stores in the UI.