gen-smtp / gen_smtp

The extensible Erlang SMTP client and server library.
Other
683 stars 266 forks source link

Optional log client/server communication #183

Open mworrell opened 5 years ago

mworrell commented 5 years ago

Add an option to log all communication between the smtp server and client.

For the gen_smtp_client this should (also) be a per-connection option so that problems on live systems can be investigated.

This is a follow up on issue #62

mworrell commented 5 years ago

@seriyps says:

My proposal is to try to start using https://github.com/tolbrino/hut as abstract logger and log raw communication with debug loglevel.

mworrell commented 5 years ago

See also issue #96