Re: riak_err starts writing to stdout/stderr

2011-07-19 Thread Andrew Thompson
On Tue, Jul 19, 2011 at 10:42:47AM -0700, Anthony Molinaro wrote: > Ahh, yeah that seems to be the case. I will have to investigate further > and simply trying to turn off the error_logger adding > > -kernel error_logger silent > > does not seem to turn things off, and invoking > > error_logger

Re: riak_err starts writing to stdout/stderr

2011-07-19 Thread Anthony Molinaro
Ahh, yeah that seems to be the case. I will have to investigate further and simply trying to turn off the error_logger adding -kernel error_logger silent does not seem to turn things off, and invoking error_logger:tty(false) seems to turn off riak_err logging as well, seems overly complicated

Re: riak_err starts writing to stdout/stderr

2011-07-19 Thread Scott Lystig Fritchie
Anthony, I shouldn't reply to email in the morning before coffee, but here's to risking looking silly The SASL "PROGRESS REPORT" messages are SASL messages and thus are written to where the sasl_error_logger attributes says to write them. Messages from a generic error_logger:error_msg/info_msg