Can you link to tutorial and/or example project?
I found this example of custom logger implementation.
I want to combined Logger and OTP related messages into a single interface, to easily manage them.
I think about fast respond for production bugs or split console output into separated log files in developer mode, so we do not need to scroll and search data in more advanced cases (bugs + debugs + deprecated warning + Ecto messages).
1 Like






















