mod_traceback: Add a brief README
authorKim Alvefur <zash@zash.se>
Sun, 15 Oct 2017 11:10:37 +0200
changeset 2803 db0f654b9b3f
parent 2802 e9ca7fd4ad06
child 2804 8d9aed6d1f87
mod_traceback: Add a brief README
mod_traceback/README.markdown
--- /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.