Skip to content

Commit

Permalink
add log line for monitoring when frontend recieves valid request for …
Browse files Browse the repository at this point in the history
…DCAR article
  • Loading branch information
cemms1 committed Oct 11, 2023
1 parent e57837b commit 1b8ee66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions article/app/controllers/ArticleController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1b8ee66

Please sign in to comment.