Annotate
mod_traceback/README.markdown @ 4820:5704082b8703
mod_export_skeletons: Fix logic to do wildcard search
It passed false when it should have passed true for "*"
author |
Kim Alvefur <zash@zash.se> |
date |
Fri, 10 Dec 2021 14:19:10 +0100 |
parent |
2799:db0f654b9b3f |
rev |
line source |
2799
|
1 This module writes out a traceback to `traceback.txt` in Prosodys data
|
|
2 directory (see `prosodyctl about`) when the signal `SIGUSR1` is
|
|
3 received. This is useful when debugging seemingly frozen instances in
|
|
4 case it is stuck in Lua code.
|