Remove the runtime dependency to the lager logging framework and convert all logging statements to use default error_logger. The rebar.config dependency for lager is still there so it can (and will) still be used when running tests making their output more readable (error_logger handler).
worker_pool is a generic project appealing to many different users. However, not everyone uses lager to handle logging in their release. Not forcing others to switch their logging to lager will increase the project's acceptance and distribution. Furthermore, worker_pool does not really benefit from lager since it doesn't do heavy logging, error_logger should be sufficient for this task.
This patch removes trailing whitespace from touched files (4 occurences). elvis has been run on the patched version without complaining.
Remove the runtime dependency to the
lager
logging framework and convert all logging statements to use defaulterror_logger
. Therebar.config
dependency forlager
is still there so it can (and will) still be used when running tests making their output more readable (error_logger
handler).worker_pool
is a generic project appealing to many different users. However, not everyone useslager
to handle logging in their release. Not forcing others to switch their logging tolager
will increase the project's acceptance and distribution. Furthermore,worker_pool
does not really benefit fromlager
since it doesn't do heavy logging,error_logger
should be sufficient for this task.This patch removes trailing whitespace from touched files (4 occurences).
elvis
has been run on the patched version without complaining.