Skip to content

Debugging

shajen edited this page Mar 13, 2023 · 1 revision

Logs

If you have some problems with this software follow the steps to get debug log.

Set "console_log_level": "trace" in config.json.

Then run app normally by docker compose up. After the error run docker compose logs > logs.txt. Please attach logs.txt if you create a new issue. Do not paste logs directly to issue. Upload it to any file host service (https://file.io/, https://pastebin.com/ or any you like).

Clone this wiki locally