Relative Content

Tag Archive for erlangrebar3

How do I get rebar3 to show runtime errors during boot?

I have an erlang application, which I’ve recently starting building use rebar3. Since doing so, any runtime errors which get thrown while the application is booting (eg the address for the server is already in use) get hidden. What’s the easiest way to get these unhandled errors output to stderr?