I’m working on a new Phoenix application that uses an Elixir library application that I am also developing. My problem is that info logging from the dependent library isn’t being output. There is probably some configuration setting that I need to make in my Phoenix app, but I’m not able to figure out what the setting should be. Can someone point me in the right direction?
The Phoenix app is at: GitHub - CharlesIrvineKC/opera
The dependent library app is: GitHub - CharlesIrvineKC/mozart