Skip to content

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Feb 03:51
· 32 commits to main since this release
feat: add crash logging for runtime error diagnosis

- Add backend/utils/logger.go with InitLogDir() and LogError()
- Add global panic recovery in main() with log output
- Add panic recovery in checkTarget() goroutine
- Add startup DB error logging
- Add logs/ to .gitignore
- Bump version to v2.0.2