Add more comprehensive logging

This commit is contained in:
Esa Kataja
2025-05-10 14:28:34 +03:00
parent aecc0731bc
commit 39da976ef3
4 changed files with 100 additions and 32 deletions
+4
View File
@@ -220,6 +220,10 @@ Automated tests are not implemented at this time. Manual testing via the API doc
## TODOs
* [ ] Replace password hashing with passlib
* [ ] Switch to PostgreSQL from DuckDB
* [x] Implement more comprehensive logging
* [ ] Implement user disabling functionality
* [ ] Implement user password change functionality
## Contributing