Closed drouchy closed 10 years ago
Exlager doesn't try to configure lager. It just eliminates calls to lagger in compile time for levels greater than exlager_level. The messages you see are from system. Exlager only affects modules where you explicitly use it. If you want to change log level system wide you need to configure lagger (see https://github.com/basho/lager/).
Hi,
I'm trying to use exlager. Everthing looks ok, until I try to configure lager.
here in my mix file
but when I run the tests:
I'm using Elizir 0.12.4 & exlager SHA1 779a75350c6bf6a30b779f6d63e2d50a94c4d9a1
David