aboutsummaryrefslogtreecommitdiff
path: root/utils/logger
AgeCommit message (Collapse)AuthorFilesLines
2026-02-06Refactor Jikan API client: improve context management in GetAnimeProducers ↵Bobby1-2/+10
and enhance logging for pagination
2026-02-06Refactor task management and producer synchronizationBobby1-2/+2
- Updated TaskManager to utilize repositories for database operations, improving separation of concerns. - Enhanced logging functionality by replacing logger.Log with logger.Infof, logger.Warnf, and logger.Errorf for better readability and consistency. - Simplified ProducerSync function by removing unnecessary pagination logic and directly fetching producer data. - Introduced helper functions for calculating progress and managing task statuses. - Added new service for fetching and saving anime data, integrating multiple data sources (Jikan, Anilist, MALsync, TMDB, TVDB, Aniskip). - Created new types for task management and improved overall code organization. - Removed deprecated database calls and replaced them with repository methods for better maintainability.
2026-02-04Refactor logger: enhance logging structure with zap integration and remove ↵Bobby2-71/+100
unused LogOptions
2026-01-16Refactor Log function to use 'any' type and improve message formattingBobby1-2/+2
2025-05-09refactored typesBobby2-33/+65
2025-04-06consistent logger paddingBobby1-0/+10
2025-04-06initialised project bareboresBobby1-0/+95