Troubleshooting¶
This section helps you diagnose and resolve common issues.
Quick Diagnostics¶
Check Service Health¶
View Logs¶
# If running directly
RUST_LOG=debug embedcache
# If using systemd
sudo journalctl -u embedcache -f
# If using Docker
docker logs -f embedcache
Topics¶
- Common Issues - Frequently encountered problems
- FAQ - Frequently asked questions
Getting Help¶
If you can't resolve your issue:
- Check the GitHub Issues
- Search for similar problems
- Create a new issue with:
- EmbedCache version
- Operating system
- Configuration (redact secrets)
- Error messages
- Steps to reproduce