From 0f6c834c26082f2aadc493af01f65134c5fe67ad Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 24 Jul 2023 07:52:21 -0400 Subject: [PATCH] log blog in --- www-api/app/Controllers/WrenchBlog.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-api/app/Controllers/WrenchBlog.php b/www-api/app/Controllers/WrenchBlog.php index 07b7ce5a..fe86a37a 100644 --- a/www-api/app/Controllers/WrenchBlog.php +++ b/www-api/app/Controllers/WrenchBlog.php @@ -71,6 +71,9 @@ class WrenchBlog extends BaseController $raw_json = file_get_contents('php://input'); $in = json_decode($raw_json, true); + log_message('critical', "BLOG DATA CALL ********* ".serialize($in) ); + + $endpoint = "WRENCH_BLOG_DATA"; $res1 = $this->getCache($endpoint); if (count($res1)==0){