-
Notifications
You must be signed in to change notification settings - Fork 68
Debugging
shajen edited this page Mar 13, 2023
·
1 revision
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).