You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous setting handle_otp_reports=false didn't have any effect
prior to Elixir 1.19. See
elixir-lang/elixir#14354. We were implicitly
relying on it being set to true in our integration tests.
After upgrading Elixir to v1.19 we know have to actually set it to true
to keep seeing logs originating in OTP.
0 commit comments