no sasl output in erlide
Daniel Goertzen
daniel.goertzen@REDACTED
Tue Jan 11 21:01:30 CET 2011
I'm giving erlide a test drive (very nice BTW), and I really miss the sasl
output that I normally see when using erl.exe/werl.exe. How do I get it
back?
erlide console session...
Eshell V5.8.2
(just_a_console_node@REDACTED)1> application:loaded_applications().
[{ssh,"SSH-2 for Erlang/OTP","2.0.3"},
{mnesia,"MNESIA CXC 138 12","4.4.16"},
{kernel,"ERTS CXC 138 10","2.14.2"},
{crypto,"CRYPTO version 2","2.0.2"},
{sasl,"SASL CXC 138 11","2.1.9.2"},
{stdlib,"ERTS CXC 138 10","1.17.2"}]
(just_a_console_node@REDACTED)2> application:get_all_env(sasl).
[{errlog_type,all},
{sasl_error_logger,tty},
{included_applications,[]}]
(just_a_console_node@REDACTED)3>
Thanks,
Dan.
More information about the erlang-questions
mailing list