mod_traceback/README.markdown
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Sep 2022 22:41:15 +0100
changeset 5058 62480053c87b
parent 2803 db0f654b9b3f
permissions -rw-r--r--
mod_cloud_notify_encrypted: Additional debug logging when enabling/skipping
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2803
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     1
This module writes out a traceback to `traceback.txt` in Prosodys data
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     2
directory (see `prosodyctl about`) when the signal `SIGUSR1` is
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     3
received. This is useful when debugging seemingly frozen instances in
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     4
case it is stuck in Lua code.