Mercurial > prosody-modules
changeset 2799:db0f654b9b3f
mod_traceback: Add a brief README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 15 Oct 2017 11:10:37 +0200 |
parents | e9ca7fd4ad06 |
children | 8d9aed6d1f87 |
files | mod_traceback/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_traceback/README.markdown Sun Oct 15 11:10:37 2017 +0200 @@ -0,0 +1,4 @@ +This module writes out a traceback to `traceback.txt` in Prosodys data +directory (see `prosodyctl about`) when the signal `SIGUSR1` is +received. This is useful when debugging seemingly frozen instances in +case it is stuck in Lua code.