Ghost/ghost
Daniel Lockyer 7a2f766668
Added logging configuration option for timestamps to use the local timezone
fixes https://github.com/TryGhost/Ghost/issues/15190
refs https://github.com/TryGhost/framework/pull/76

- log output always uses UTC timestamps, but it may be desirable to
  configure logs to use the local machine timezone
- a new config option has been added to `@tryghost/logging` so you can
  switch the logs to the local timezone
- this commit bumps the package and sets the default config option to
  `false`, so it doesn't suddenly change the timezone of the logs
- docs will be updated soon but if you'd like to use the
  timezone-altered timestamps, you can set `logging.useLocalTime` to
  `true`
- credits to https://github.com/levee223 for the implementation and PR
2022-08-31 10:29:55 +01:00
..
adapter-manager
admin Merged v5.12.2 into main 2022-08-30 16:58:46 +01:00
api-framework
api-version-compatibility-service
bootstrap-socket Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
constants
core Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
custom-theme-settings-service
domain-events
email-analytics-provider-mailgun
email-analytics-service
email-content-generator
express-dynamic-redirects
extract-api-key
html-to-plaintext
job-manager Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
magic-link
mailgun-client Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
member-analytics-service
member-attribution Removed out of date history items from UrlHistory 2022-08-25 16:09:34 -04:00
member-events
members-analytics-ingress
members-api Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
members-csv
members-events-service
members-importer
members-ssr Added missing return in create-stripe-update-session 2022-08-29 14:02:58 +02:00
minifier
mw-api-version-mismatch
mw-cache-control
mw-error-handler
mw-session-from-token
mw-update-user-last-seen
mw-vhost
oembed-service Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
offers Added paid subscription start email alert 2022-08-25 19:53:02 +05:30
package-json
payments
security
session-service
settings-path-manager
staff-service Removed empty cancellation reason from alert template 2022-08-26 01:49:10 +05:30
stripe Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
update-check-service Added logging configuration option for timestamps to use the local timezone 2022-08-31 10:29:55 +01:00
verification-trigger Improved verification email copy 2022-08-29 12:18:46 +08:00
version-notifications-data-service