Mercurial > prosody-modules
view mod_rawdebug/README.markdown @ 4777:883ad8b0a7c0
mod_http_admin_api: Export total storage use via mod_http_file_share
Does not include size of other user data, chat logs etc. Uploads will
likely be a significant fraction of total storage use.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 Nov 2021 19:28:43 +0100 |
parents | c5c583fae25d |
children |
line wrap: on
line source
--- 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.