0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server/data
Kevin Ansfield 95105836aa
Removed logging require in db/connection.js (#12690)
refs https://github.com/TryGhost/Ghost/issues/12496

- having the logging require here means that workers wanting to use the db are unable to do so without requiring logging as a side-effect
- `connection.loggingHook` does not appear to be widely used for anything outside of specific debugging scenarios when using MySQL so it should be safe to disable until a proper fix is found for workers+logging leaking file descriptors
2021-02-22 12:58:57 +00:00
..
db Removed logging require in db/connection.js (#12690) 2021-02-22 12:58:57 +00:00
exporter Removed stripe keys and analytics data from export (#12573) 2021-01-28 14:55:54 +05:30
importer Refactored usage of pre v4 "unsplash" setting format 2021-02-18 10:55:59 +13:00
migrations Unified migration logging styles 2021-02-18 17:35:32 +00:00
schema Made addUnique/dropUnique migration utils idempodent 2021-02-22 16:13:28 +13:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00