Re: Erlang (OTP 21+) Logger Console Output Question (Garbled Prompt)
Lukas Larsson <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAP3zBqPR6XVM9FXS21fTm-_DSO_5o8iLYzMH8OBB7vsBtuohgw@mail.gmail.com> |
On Mon, May 10, 2021 at 10:13 AM Nicolas Martyanoff <[email protected]> wrote: > > I tried to work around it with custom log handlers in the past, but > could never make it work, and I remember talking about it on #erlang, > but the conclusion was that it was not fixable without patching eunit > and/or logger. > I spent some time and came up with this solution: https://gist.github.com/garazdawi/6319ef80d3b969ebbed5633f11a807b1 I might have missed some detail though as I'm not very familiar with what eunit does and how it is used. Lukas