klarna / bec

The BitBucket Erlang Client
Apache License 2.0
47 stars 12 forks source link

Replace lager with logger #55

Closed jesperes closed 2 years ago

jesperes commented 2 years ago

This PR removes the dependency on lager and replaces it with logger. Two fewer applications (lager and goldrush) and no parse-transforms. Log messages look slightly different, but verbosity levels should be identical. Specifically -vvv will dump all traffic, including possibly credentials encoded in hook urls, so be careful!