diff options
author | bell <bell@mad-felix.(none)> | 2013-12-22 03:18:08 +0400 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-02-14 15:57:26 +0100 |
commit | 6fff160604ccf60fa8682387d66f3d631c6e9030 (patch) | |
tree | d74d0d455ce0eb4358821d474bd18613aaf4af08 /lib/mnesia/doc/src/part.xml | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | otp-6fff160604ccf60fa8682387d66f3d631c6e9030.tar.gz otp-6fff160604ccf60fa8682387d66f3d631c6e9030.tar.bz2 otp-6fff160604ccf60fa8682387d66f3d631c6e9030.zip |
Suppress error report when child was terminated normally
Description:
Let's assume we have a supervisor_bridge as a
non-permanent child of a supervisor. When the
bridge terminates normally it reports by
error_logger:error_report, but the supervisor does
nothing. So we have tons
(especially, when it's simple_one_for_one) of
error messages while everything is completely ok.
Let's assume we have a supervisor_bridge as a
permanent child of a supervisor. When the bridge
terminates, it invokes error_logger, but what for?
The supervisor will invoke error_logger about this
error right after that.
So what is the reason for the error_logger to log
for normally terminating children in this case?
Diffstat (limited to 'lib/mnesia/doc/src/part.xml')
0 files changed, 0 insertions, 0 deletions