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){