I recently upgraded to Elixir 1.15.5 and I’m observing annoying behavior: when I start my application with iex -S mix logs output by the application disappear when I hit enter in the console.
Only the ones produced before I start interacting with the terminal.
The logs generated after I enter a command disappear completely when I enter a second command
EDIT: actually, this is incorrect. Whenever I enter a command the screen is cleared and the log messages that were outside of the screen can be recovered by scrolling up, but the messages that were visible are wiped forever