Mercurial > prosody-modules
diff mod_rawdebug/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_rawdebug/README.markdown@c5c583fae25d |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_rawdebug/README.md Tue Oct 22 10:26:01 2024 +0200 @@ -0,0 +1,12 @@ +--- +summary: Extra verbose logging of sent and received +--- + +Summary +======= + +Sometimes it is useful to get the raw XML logs from clients for +debugging purposes, but some clients don't expose this. + +This module logs dumps everything sent and received into debug logs, for +debugging purposes.
