This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit db6c0ada248a379a0db50948781748b1545e69ae Author: Daniel Gruno <[email protected]> AuthorDate: Thu Sep 10 12:06:11 2020 +0200 elaborate a bit on how to grep... :) --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 51cbe7c..9193aff 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -133,4 +133,8 @@ web interface. By default, API errors will include a full traceback for debugging purposes. If you wish to instead have this be printed to the system journal (`stderr`), you can set the `traceback` option to `false` in `server/ponymail.yaml`. This will instead print an error ID to the user, -corresponding to a traceback in stderr. +corresponding to a traceback in stderr. + +If the error ID is, for instance, `a06f7d4b-3a82-4ecf`, you can find the corresponding traceback +by grepping your programs output. If you are running Foal as a systemd service, you could find +the traceback with: `journalctl --no-pager -u yourservicename | grep a06f7d4b-3a82-4ecf`
