scrolls
Simple log management
Install scrolls:
pip install scrolls
Configure a client system to forward log events to scrolls:
scrolls configure --server my.scrolls-server.org
Start listening to log events:
scrolls listen
Launch web app to view log messages from a browser:
scrolls serve
Features
- Browse events by application or host
- Limit access to the web app by password
- Pure-python; no need to install additional system packages