0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server
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
..
adapters Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
api Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
data Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
lib Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
models Added linting for use of @tryghost/errors 2021-12-01 11:22:21 +00:00
services Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
views
web Moved vhost mounts into boot file 2021-12-06 21:28:53 +13:00
analytics-events.js
ghost-server.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
notify.js Removed unused import 2021-12-06 08:17:07 +00:00
overrides.js Set global Luxon timezone override to UTC 2021-10-20 09:19:29 +02:00
run-update-check.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
update-check.js Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00