How to receive stdio and error_logger messages on a remote shell
Posted
by Dale Harvey
on Stack Overflow
See other posts from Stack Overflow
or by Dale Harvey
Published on 2010-03-27T22:19:15Z
Indexed on
2010/03/27
22:23 UTC
Read the original article
Hit count: 312
erlang
After spending a good while getting rb to work on a remote shell, I would like to get stdio / error logger messages on a remote shell, I have dug around changing group_leaders but it would seem to require changing the group_leader of all the running process, and my experiments have found that to be pretty unstable.
© Stack Overflow or respective owner