0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/db
Kevin Ansfield 33e57c408a 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 13:05:01 +00:00
..
backup.js Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
connection.js Removed logging require in db/connection.js (#12690) 2021-02-22 13:05:01 +00:00
index.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
migrator.js Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00