I just added Fuse as a dependency to my project (it’s an Erlang project). When I boot my application in the console now I get SASL logs printed for everything, progress reports, crashes, etc. The application is running fine, but this is weird. Has this happened to anyone before?
$iex -S mix
Erlang/OTP 20 [erts-9.0.5] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
==> common
Compiling 1 file (.ex)
Generated common app
=PROGRESS REPORT==== 11-Oct-2017::00:22:32 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.635.0>},
{id,alarm_handler},
{mfargs,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 11-Oct-2017::00:22:32 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.634.0>},
{id,sasl_safe_sup},
{mfargs,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
and on and on…