Ghost/core
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
..
client@919bf3931d Updated Ghost-Admin to v4.0.0-alpha.2 2021-02-16 19:53:52 +00:00
frontend Cleaned up global server events 2021-02-19 15:21:58 +00:00
server Removed logging require in db/connection.js (#12690) 2021-02-22 12:58:57 +00:00
shared Changed DB path for SQLite tests 2021-02-19 12:21:00 +00:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00