Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 --- | |
| 2 summary: Extra verbose logging of sent and received | |
| 3 --- | |
| 4 | |
| 5 Summary | |
| 6 ======= | |
| 7 | |
| 8 Sometimes it is useful to get the raw XML logs from clients for | |
| 9 debugging purposes, but some clients don't expose this. | |
| 10 | |
| 11 This module logs dumps everything sent and received into debug logs, for | |
| 12 debugging purposes. |
