From 421c71d4db606f7e80d46314c0d7bf85f3f80c51 Mon Sep 17 00:00:00 2001 From: Naz Date: Mon, 11 Oct 2021 19:11:16 +0200 Subject: [PATCH] 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* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1d69f464e9..2eefe7bf80 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index acbff72a1c..844ab14f27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"