🔍 Cracking the Code: Enabling Detailed Persistence Debugging in Joget

java dev.to

Overview When troubleshooting Joget workflows, standard error logs sometimes lack the specific details needed to pinpoint which activity or tool is failing. By enabling Persistence Debugging, you can track exactly which process IDs and activity definitions are being handled by the engine in real-time. This is essential for identifying the "where" and "why" behind workflow bottlenecks or silent failures. How It Works Joget uses Log4j2 for its logging framework. By adding a

Read Full Tutorial open_in_new
arrow_back Back to Tutorials