Software / code / prosody-modules
Annotate
mod_traceback/README.markdown @ 4424:679be18e6a5e
mod_groups_internal: emit events for group membership changes
| author | Jonas Schäfer <jonas@wielicki.name> |
|---|---|
| date | Wed, 03 Feb 2021 18:02:39 +0100 |
| parent | 2799:db0f654b9b3f |
| rev | line source |
|---|---|
| 2799 | 1 This module writes out a traceback to `traceback.txt` in Prosodys data |
| 2 directory (see `prosodyctl about`) when the signal `SIGUSR1` is | |
| 3 received. This is useful when debugging seemingly frozen instances in | |
| 4 case it is stuck in Lua code. |