Ghost/core/server
Katharina Irrgang 1882278b5b 🎨 configurable logging with bunyan (#7431)
- 🛠  add bunyan and prettyjson, remove morgan

-   add logging module
  - GhostLogger class that handles setup of bunyan
  - PrettyStream for stdout

-   config for logging
  - @TODO: testing level fatal?

-   log each request via GhostLogger (express middleware)
  - @TODO: add errors to output

- 🔥  remove errors.updateActiveTheme
  - we can read the value from config

- 🔥  remove 15 helper functions in core/server/errors/index.js
  - all these functions get replaced by modules:
    1. logging
    2. error middleware handling for html/json
    3. error creation (which will be part of PR #7477)

-   add express error handler for html/json
  - one true error handler for express responses
  - contains still some TODO's, but they are not high priority for first implementation/integration
  - this middleware only takes responsibility of either rendering html responses or return json error responses

- 🎨  use new express error handler in middleware/index
  - 404 and 500 handling

- 🎨  return error instead of error message in permissions/index.js
  - the rule for error handling should be: if you call a unit, this unit should return a custom Ghost error

- 🎨  wrap serve static module
  - rule: if you call a module/unit, you should always wrap this error
  - it's always the same rule
  - so the caller never has to worry about what comes back
  - it's always a clear error instance
  - in this case: we return our notfounderror if serve static does not find the resource
  - this avoid having checks everywhere

- 🎨  replace usages of errors/index.js functions and adapt tests
  - use logging.error, logging.warn
  - make tests green
  - remove some usages of logging and throwing api errors -> because when a request is involved, logging happens automatically

- 🐛  return errorDetails to Ghost-Admin
  - errorDetails is used for Theme error handling

- 🎨  use 500er error for theme is missing error in theme-handler

- 🎨  extend file rotation to 1w
2016-10-04 16:33:43 +01:00
..
api 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
apps 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
auth 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
config 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
controllers 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
data 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
errors 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
events post-scheduling 2016-06-14 10:52:13 +02:00
helpers 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
logging 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
mail 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
middleware 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
models 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
permissions 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
routes Ghost OAuth (#7451) 2016-09-30 12:45:59 +01:00
scheduling 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
storage 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
translations 🎨 Separate invites from user 2016-09-26 11:08:43 +02:00
utils 🐛 Refresh assetHash on theme override (#7430) 2016-09-23 13:05:44 +02:00
views Switch to new native system font stack (#7219) 2016-08-18 20:29:46 +01:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
i18n.js improvement: general fixes 2016-06-01 07:07:20 +02:00
index.js 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
overrides.js 🛠 update lodash,knex and bookshelf to latest versions 2016-09-26 10:20:55 +02:00
update-check.js 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00