From 1b8ee6619f408d09525a7c645c14d8dc4ba03af6 Mon Sep 17 00:00:00 2001 From: Charlotte Date: Wed, 11 Oct 2023 09:44:44 +0100 Subject: [PATCH] add log line for monitoring when frontend recieves valid request for DCAR article --- article/app/controllers/ArticleController.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/article/app/controllers/ArticleController.scala b/article/app/controllers/ArticleController.scala index 0784e7fa8ec..3991c4aff1e 100644 --- a/article/app/controllers/ArticleController.scala +++ b/article/app/controllers/ArticleController.scala @@ -134,6 +134,7 @@ class ArticleController( case HtmlFormat | AmpFormat => Future.successful(common.renderHtml(ArticleHtmlPage.html(article), article)) case AppsFormat => + log.info("[ArticleRendering] path executing in dotcom rendering for apps (DCAR)") remoteRenderer.getAppsArticle( ws, article,