]> _ Git - fluidbook_processfarm.git/commitdiff
wip #7684
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Aug 2025 15:37:22 +0000 (17:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Aug 2025 15:37:22 +0000 (17:37 +0200)
app/process.php

index 0f8c818181c8b5cf82da2f13e522fe696226e1cb..3e7d22cc34be586db96a5aea610281932f841034 100644 (file)
@@ -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