Ghost/core/server/services/email-analytics
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
..
jobs Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
lib Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
index.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00