Erlang OTP application to monitor multiple log files and be notified when errors occur.
apps/log_monitor/src | ||
config | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
rebar.config | ||
rebar.lock | ||
TODO.md |
log_monitor
Erlang OTP application to monitor multiple log files and be notified when errors occur.
Build
$ make
Release
$ make prod
Documentation
$ make doc