Mercurial > prosody-modules
annotate mod_rawdebug/README.markdown @ 4355:31afa4f314cc
mod_cloud_notify: Fix handling of push_queue
smacks-hibernating while the push_queue had a timer running resulted
in push not working for this session anymore.
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 17 Jan 2021 21:52:36 +0100 |
parents | c5c583fae25d |
children |
rev | line source |
---|---|
1803 | 1 --- |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
2 summary: Extra verbose logging of sent and received |
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
3 --- |
1803 | 4 |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
5 Summary |
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
6 ======= |
1803 | 7 |
8 Sometimes it is useful to get the raw XML logs from clients for | |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
9 debugging purposes, but some clients don't expose this. |
1803 | 10 |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
11 This module logs dumps everything sent and received into debug logs, for |
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
12 debugging purposes. |