mod_traceback/README.markdown
author Matthew Wild <mwild1@gmail.com>
Sat, 24 Sep 2022 08:06:11 +0100
changeset 5060 2583bd7eb5d1
parent 2803 db0f654b9b3f
permissions -rw-r--r--
mod_cloud_notify: Add warnings about options including real body/sender
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.