Use proper logging, more errors from tasks should now trigger showing the error dialog instead of siliently failing

This commit is contained in:
2022-03-23 15:09:51 -05:00
parent 57bcff8019
commit b5fc3e9239
15 changed files with 205 additions and 78 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@ pkg/
*.json
data/cache/*
!data/cache/.gitkeep
data/logs/*
!data/logs/.gitkeep
_*.*
*.log
media/icons/*