No logs of any kind on remote iex

Hey

I ssh-d into a remote host for debugging and I am running an iex session, but I can’t see any logs.
Neither with Logger or IO, I even put in some additional logging into modules and pasted the code in but nada.

How could I see logs?

Thanks

How do you have logger configured? Is it possible the logs are being captured and sent someplace else?

I was able to see the logs in one of the log files at the end.