Annotate
mod_traceback/README.md @ 6264:29a646bad096
mod_invites_register_web: Allow pointing other HTML templates
Follows how some other modules allow overriding templates.
| author |
Kim Alvefur <zash@zash.se> |
| date |
Thu, 22 May 2025 23:40:23 +0200 |
| parent |
6003:fe081789f7b5 |
| 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.
|