0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend
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
..
apps Tweaked AMP and email CSS and moved from REM to EM 2021-12-06 13:08:02 +00:00
helpers 🐛 Fixed malformed URLs crashing the url helper 2021-12-02 10:34:24 +01:00
meta Added fallbacks when the site title is undefined 2021-10-27 12:18:57 +02:00
public Moved public folder to frontend 2021-10-16 19:27:34 +01:00
services Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
src/cards Tweaked AMP and email CSS and moved from REM to EM 2021-12-06 13:08:02 +00:00
views Updated unsubscribe.hbs (#13365) 2021-10-04 12:18:42 +01:00
web Fixed MIME type for public/cards.min.js part deux 2021-12-02 09:03:06 +00:00