Annotate
mod_traceback/README.markdown @ 4159:94e3e7753220
mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
author |
Seve Ferrer <seve@delape.net> |
date |
Mon, 28 Sep 2020 18:46:33 +0200 |
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.
|