Ghost/core/server/data/db
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
..
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 12:58:57 +00:00
index.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
state-manager.js Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00