From 336567732c90de2fbbec057f1ee93f96dcbbfd7f Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 6 Jul 2020 11:17:53 +0200 Subject: [PATCH] elastic_update: added more debug output --- R/elastic_update.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/elastic_update.R b/R/elastic_update.R index 3833a18..d9597cc 100644 --- a/R/elastic_update.R +++ b/R/elastic_update.R @@ -31,6 +31,7 @@ elastic_update <- function(x, es_super = 'secret', localhost = T) { appData <- httr:::content(res) if (appData$errors == T){ print("Aborting, errors found during updating") + print(appData) return(appData) } print("updated")