From 6285d1818644f637ca6bc5bd4f57b81eee44e219 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 9 Aug 2020 15:54:22 +0300 Subject: [PATCH] Document IMAP and SMTP tracing in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d26ccb353..cedb8ad43 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ $ cargo build -p deltachat_ffi --release - `DCC_MIME_DEBUG`: if set outgoing and incoming message will be printed - +- `RUST_LOG=info,async_imap=trace,async_smtp=trace`: enable IMAP and +SMTP tracing in addition to info messages. ### Expensive tests