Erlang OTP application to monitor multiple log files and be notified when errors occur.
Go to file
2017-07-02 09:37:38 +02:00
apps/log_monitor/src Log lines as list instead of binary 2017-07-02 09:37:38 +02:00
config Use external configuration for the log to monitor 2017-07-01 19:57:03 +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 Log lines as list instead of binary 2017-07-02 09:37:38 +02:00

log_monitor

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

Build

$ rebar3 compile