Ghost/core/server/lib
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
..
common Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
image Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
mobiledoc.js Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00
request-external.js Blocked 0.* IP addresses when making oembed requests 2021-09-14 11:35:14 +01:00
validate-password.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00