[erlang-questions] os_mon unexpected logging
Vince Foley
vincefoley@REDACTED
Thu Aug 30 05:18:06 CEST 2018
Howdy, I'm using os_mon to grab some system memory stuff, but now I'm
getting extra junk in my log when the app shuts down. This code is a
library and I don't want to litter other folks app logs..
```
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
```
I can suppress it by not starting cpu_sup via config, but I need some of
that data too.
Is there a way to gently shut that application down or to suppress this
logging?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180829/f46b0293/attachment.htm>
More information about the erlang-questions
mailing list