[erlang-questions] any way to avoid *.config file for sasl?

Martin Bjorklund mbj@REDACTED
Thu Nov 1 12:35:53 CET 2012


Hi,

Motiejus Jakštys <desired.mta@REDACTED> wrote:
> a session is worth a thousand words:

[...]

> Is there any other way to change that value in a running system, before
> starting sasl?

1> application:load(sasl).
ok
2> application:set_env(sasl, sasl_error_logger, false).
ok
3> application:start(sasl).
ok
4> application:get_env(sasl, sasl_error_logger).
{ok,false}


/martin



More information about the erlang-questions mailing list