<div dir="ltr">erl -detached is ok except several problems:<div><br></div><div>1) if you have any problems with communication with node, it is very hard to stop it. If you kill epmd, you will have big problems with shutting down node.</div>
<div><br></div><div>2) if you have some problems with startup that doesn't allow to start node (common problem: you connect to database in main application supervisor and everything just dies on start), you will not be able to find any debug logs about it.</div>
<div><br></div><div>So sometimes you need to use  run_erl and to_erl to launch and connect to flussonic.</div><div><br></div><div>But beware tricky run_erl behaviour. It uses fsync to record on disk every single line of output. So with run_erl you need to lower console debug level to something like "very important" or even "critical" depending on the logger you are using.</div>
<div><br></div><div><br></div></div>