RUST_LOG=debug can now be used in tokio-xmpp examples to see XMPP network traffic

This commit is contained in:
xmppftw xmppftw 2023-06-05 13:06:52 +02:00 committed by pep
commit 3ac741d666
7 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,5 @@
xxxxxxxxxx
* Breaking changes:
- AsyncClient::new takes a parsed Jid instead of string (#72)
- AsyncClient::new takes a parsed Jid instead of string (#72)
* Changes:
- env_logger is now included in dev_dependencies for examples debugging with RUST_LOG=debug