0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/lib/image
Sam Lord 97451a93cb
Extract logging from DI patterns, only use @tryghost/logging package
refs: https://github.com/TryGhost/Toolbox/issues/146

Switched to @tryghost/logging instead of passing around the library. The main sticking points of this change are jobs. When jobs are launched we don't want them to use a separate @tryghost/logging instance because they would start parallel rotation jobs. @tryghost/logging v2.x passes all logs to the parent process if run in a child process, so that we can use the same patterns in jobs and the rest of the codebase.
2021-12-06 18:00:55 +00:00
..
blog-icon.js Renamed getLocalFileStoragePath 2021-11-05 17:17:18 +04:00
cached-image-size-from-url.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
gravatar.js Refactored core/server/lib/image for Dependency Injection (#12463) 2020-12-09 13:19:22 +01:00
image-size.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
image-utils.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
index.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00