Page MenuHomeMiraheze
Paste P169

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Jan 11 2019, 19:59.
Tags
None
Referenced Files
F885847: raw.txt
Jan 11 2019, 19:59
Subscribers
None
diff --git a/GlobalLogging.php b/GlobalLogging.php
index 14001f4c..f7801d74 100644
--- a/GlobalLogging.php
+++ b/GlobalLogging.php
@@ -5,6 +5,7 @@ $wgDebugLogFile = "$wmgLogDir/$wmgHostname.log";
$wgDBerrorLog = "$wmgLogDir/debuglogs/database.log";
$wgDebugLogGroups = array(
+ 'ManageWikiCDB' => "$wmgLogDir/debuglogs/ManageWikiCDB.log",
'404' => "$wmgLogDir/debuglogs/404.log",
'api' => "$wmgLogDir/debuglogs/api.log",
'captcha' => "$wmgLogDir/debuglogs/captcha.log",