From ddd11b6c784b4ffdfaf6f6430b99dc5cb9e04b9b Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 15 Nov 2010 08:05:02 +0000 Subject: [PATCH] MDL-25123 description of more hidden debug settings credit goes to Matteo Scaramuccia --- config-dist.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-dist.php b/config-dist.php index 76abee19f97..5254edfa131 100644 --- a/config-dist.php +++ b/config-dist.php @@ -396,6 +396,12 @@ $CFG->admin = 'admin'; // Please note that this setting may produce very long upgrade page on large sites. // $CFG->upgradeshowsql = true; // NOT FOR PRODUCTION SERVERS! // +// Add SQL queries to the output of cron, just before their execution +// $CFG->showcronsql = true; +// +// Force developer level debug and add debug info to the output of cron +// $CFG->showcrondebugging = true; +// //========================================================================= // 9. FORCED SETTINGS //========================================================================= -- 2.43.0