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,