Erlang OTP application to monitor multiple log files and be notified when errors occur.
Go to file
2017-07-02 20:14:31 +02:00
apps/log_monitor/src Added test module 2017-07-02 20:14:31 +02:00
config Moved constants to configuration file 2017-07-02 11:53:21 +02:00
.gitignore Fixed merged file 2017-06-27 23:07:30 +02:00
LICENSE Fixed merged file 2017-06-27 23:07:30 +02:00
README.md Fixed merged file 2017-06-27 23:07:30 +02:00
rebar.config Removed dependency and restored ports 2017-06-08 21:39:52 +02:00
rebar.lock Removed erlexec dependency 2017-06-29 07:17:53 +02:00
TODO.md Managed problem of infinite consecutive errors 2017-07-02 13:35:56 +02:00

log_monitor

Erlang OTP application to monitor multiple log files and be notified when errors occur.

Build

$ rebar3 compile