<div>Hi guys,</div><div><br></div><div>I've two connected nodes: N1, N2.</div><div><br></div><div>N1 is mine and I've a gen_server running on it.</div><div>N2 is external and doesn't belong to me.</div><div><br></div><div>A process on N2 is calling my gen_server (on N1) via an rpc:call.</div><div><br></div><div>Is there a way to know the Pid of that process?</div><div>Or, can I log all rpc_call(s) calling my gen_server?</div><div><br></div><div>/Frank</div>