0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00
ghost/core
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
..
client@b602422e8b Updated Admin to v4.26.0 2021-12-06 13:29:21 +00:00
frontend Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
server Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
shared Added a callout card 2021-12-06 14:13:43 +01:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00