mod_traceback/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 03 Dec 2023 23:51:54 +0100
changeset 5771 a967bb4972c5
parent 2803 db0f654b9b3f
permissions -rw-r--r--
mod_http_oauth2: Reject unparsable URLs This used to be caught by luaPattern=https:// in the schema but that's been removed for some reason

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.