Attach to the daemon server process from mix release

I have a server process running as a daemon and was assembled using mix release. However mix release doesn’t define a way to attach to the daemon, I can only connect to it remotely, but this only opens up the iex console but not the logs. Is there any recommended way of attaching and seeing those logs

Run tail -f <path/to/logfile>? Or other way that will show you the logs you need.

Ooh yeah, this will definitely help. My only challenge was that the logs were still going through the stdout.