From: Vincent Vanwaelscappel Date: Thu, 7 Aug 2025 15:37:22 +0000 (+0200) Subject: wip #7684 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7c89d0eb17b00068229d72814b9925b4685e341b;p=fluidbook_processfarm.git wip #7684 --- diff --git a/app/process.php b/app/process.php index 0f8c818..3e7d22c 100644 --- a/app/process.php +++ b/app/process.php @@ -56,6 +56,6 @@ try { die($res); } catch (Exception $e) { @ob_end_clean(); - error_log($_POST['operation'] . ' !! ' . $e->getMessage()); + error_log($_POST['operation'] . ' !! ' . $e->getMessage() . ' ' . json_encode($_POST)); die('!!' . $e->getMessage()); } \ No newline at end of file