Open
Description
One the key properties of well written software is its ability to log efficiently. So we need to implement a logging layer with following features:
- Log to stdin for development
- Collect logs from different part of the system in a replicated node
- Searchable log entries
- User Notification
- Log rotation
For the first phase (0.1.0
) the stdin and log collecting features seems enough