Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

chevalvert/sonophage

Repository files navigation

sonophage


Installation

$ git clone https://github.com/chevalvert/sonophage.git sonophage
$ cd sonophage
$ yarn install
$ yarn link

Usage

sonophage

Usage:
  sonophage
  sonophage --log-level=debug
  sonophage --log=<path>
  sonophage --help
  sonophage --version

Options:
  -h, --help              Show this screen.
  -v, --version           Print the current version.
  --log=<path>            Pipe stdout to the specified log file.
  --log-level=<level>     Set the log level (default is 'info').

Log level:
  0, emergency            System is unusable.
  1, alert                Action must be taken immediately.
  2, critical             The system is in critical condition.
  3, error                Error condition.
  4, warning              Warning condition.
  5, notice               A normal but significant condition.
  6, info                 A purely informational message.
  7, debug                Messages to debug an application.

Configuration

See docs/configuration.md

License

MIT.