civ

0.0.1 • Public • Published

civ

Search stdout server logs in realtime

npm install --global civ

npm

Demo

Usage

civ my-program

About

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.

Readme

Keywords

Package Sidebar

Install

npm i civ

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • andrejewski