Logging Commands in Elixir's Remote Console: How-To?

Hello Elixir Community! :smiley:

I’m currently working on a project where I need to log every command executed in Elixir’s remote console. I’m looking for guidance or suggestions on how to implement this functionality.

Is there a way to log every command executed in the remote console in Elixir? It would be greatly appreciated if anyone has experience with this or can point me in the right direction.

I’m building this for post-factum auditing and monitoring in a production environment. I’m looking for a reliable solution that doesn’t significantly impact performance.

Thank you in advance for your help and insights!

1 Like

Seems like there is a parser option with IEx.configure.