Logger Backend Crashing Application

hi all

elixir 1.9.3 / otp 22

sorry for not keeping the format but this is more an open question:

we wrote a logger backend. we are having errors there and the errors are stopping the logger and with that the application is stopping/not doing anything.
when we terminate the logger process the application runs again.

does anybody has this kind of behavior before? how did you handle it?

why does this happen?

I am not an expert on this, but I think you will need to share some code in order to get help. Maybe like how your Supervision is set.

2 Likes