0.0.1 • Published 8 years ago
civ v0.0.1
civ
Search stdout server logs in realtime
npm install --global civUsage
civ my-programAbout
Twelve Factor: Logs recommends to write all logs from
an application to stdout, leaving some supervisor to manage the
legwork of persisting it, using it for reporting, and what not. I love this
because it means I have an excuse to make fewer decisions inside my app.
The problem is logs are noisy. Some apps write straight away to a file to get at
least the insignificant logs out of the way. For long running programs the
stdout becomes a mess and hard to follow, search, and debug.
civ is for developers working locally on applications that spew to stdout. Search logs as they stream in and on exit civ writes the logs to stdout like normal.
0.0.1
8 years ago