Erlang: How can I remove a node from other nodes' nodes()? - by sotbeosd I want to simulate the behavior of 'erl -sname example -hidden' but dynamically. How can I drop a node out of visibility in a cluster? Read the article
Erlang: Why don't I see error_logger:info_msg output when connected by remsh? - by sotbeosd I think the question title says it all, but, I connect to a running node with the -remsh flag, and I run my usual Common Test sanity tests, but none of the error_logger:info_msg messages appear in the shell. Why? Read the article