This module writes out a traceback to a file when a chosen signal (by
default SIGUSR1
) is received. It can be useful to diagnose
cases where Prosody is unresponsive.
debug_traceback_filename
{paths.data}/traceback-{pid}-{count}.log
.
debug_traceback_signal
SIGUSR1
.
Prosody 0.12 or later.
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_debug_traceback
For earlier versions see the documentation for installing 3rd party modules