mirror of
https://github.com/jakejarvis/domainstack.io.git
synced 2026-09-11 05:05:34 -04:00
- Changed logging levels from `warn` to `debug` for non-critical issues in the calendar and chat API routes to reduce log noise. - Updated error handling in the cron and screenshot routes to use `warn` for more significant issues while maintaining `debug` for less critical logs. - Introduced a new `RemoteDataUnavailableError` class to better categorize remote data fetch failures across services, enhancing error handling consistency. - Adjusted logging in the domain and provider routers to differentiate between expected and unexpected errors, improving clarity in logs.