<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1505500203034_15478" dir="ltr">I am dealing with crashing processes that tend to spam the error logger.<br><br>The crashing processes error reason is being caught and everything is taken care of and <br>logged via the trapping_exits, spawn_linker.<br><br>Still the crashes spam the error_logger.<br><br>I am wondering if there is a way to set specific processes to not send a message upon <br>crash to the error_logger?<br><br>What I do not want is to disable the error logger all together, redirect it, disable stdout, <br>or write a custom error logger.<br><br>The reason I still want the error logger to function as it does is because other processes <br>can crash, visualization of code recompiles/failures during development is important and<br>general logging. <br><br>One solution I was helped with on IRC included wrapping the entire code with a try/catch<br>and exiting with a :normal exit reason and passing the original error as a tuple member.<br><br>But I would like to avoid wrapping everything in a giant try/catch, and this would still<br>produce a error_report on a brutal_kill.</div></div></body></html>