MDL-25123 description of more hidden debug settings

credit goes to Matteo Scaramuccia
This commit is contained in:
Petr Skoda
2010-11-15 08:05:02 +00:00
parent 8082d3abf7
commit ddd11b6c78
+6
View File
@@ -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
//=========================================================================