Added debug output to the email analytics jobs

closes https://linear.app/tryghost/issue/CORE-91/add-email-analytics-job-unstalling-mechanism

- Additional debug stagements should give better visibility into what's going on with the internal services fetching email events.
- To see all email analytics related outputs use following DEBUG value:

DEBUG=@tryghost/email-analytics-provider-mailgun:email-analytics*
This commit is contained in:
Naz 2021-10-11 19:11:16 +02:00
parent 4ba372d813
commit 421c71d4db
2 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@
"@tryghost/constants": "0.1.11",
"@tryghost/custom-theme-settings-service": "0.1.1",
"@tryghost/debug": "0.1.5",
"@tryghost/email-analytics-provider-mailgun": "1.0.2",
"@tryghost/email-analytics-provider-mailgun": "1.0.3",
"@tryghost/email-analytics-service": "1.0.2",
"@tryghost/errors": "0.2.16",
"@tryghost/express-dynamic-redirects": "0.1.0",

View File

@ -1368,10 +1368,10 @@
dependencies:
"@elastic/elasticsearch" "^7.10.0"
"@tryghost/email-analytics-provider-mailgun@1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@tryghost/email-analytics-provider-mailgun/-/email-analytics-provider-mailgun-1.0.2.tgz#b7e453773baff6601d9092d4aa7942da4bcf5b59"
integrity sha512-yYBiK9Cc/0gQlmIzCoPTQnJfonlgbAqn17y41A6vg/9KVvpP3D2OuLsy6TVFkhpdcT7hdHAMV9xf4pQI9ma5MQ==
"@tryghost/email-analytics-provider-mailgun@1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@tryghost/email-analytics-provider-mailgun/-/email-analytics-provider-mailgun-1.0.3.tgz#78d0c3f61aaa41604389be0a6997e2bb4a2354c5"
integrity sha512-B3jgo/eINafFA17e/2Hy076yILfQDM0rqkTXwbMWgnNDg+sUEb7BAS5NPdRydalZbAGdfXq0SbzKAmUgfBHBzQ==
dependencies:
"@tryghost/email-analytics-service" "^1.0.2"
mailgun-js "^0.22.0"