jenkins-bot has submitted this change and it was merged.

Change subject: mediawiki: set $wgDebugTimestamps
......................................................................


mediawiki: set $wgDebugTimestamps

Prefix debug log lines with a timestamp.

Change-Id: I4611553fc8525d6ddb204e4d54e0c420676c3b75
---
M mediawiki/conf.d/00_set_debug_log.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/mediawiki/conf.d/00_set_debug_log.php 
b/mediawiki/conf.d/00_set_debug_log.php
index 43c6731..be98c49 100644
--- a/mediawiki/conf.d/00_set_debug_log.php
+++ b/mediawiki/conf.d/00_set_debug_log.php
@@ -27,6 +27,7 @@
 } else {
        $wgDebugLogFile = "$wmgMwLogDir/mw-debug-www.log";
 }
+$wgDebugTimestamps = true;
 $wgDBerrorLog = "$wmgMwLogDir/mw-dberror.log";
 $wgRateLimitLog = "$wmgMwLogDir/mw-ratelimit.log";
 $wgDebugLogGroups['exception'] = "$wmgMwLogDir/mw-exception.log";

-- 
To view, visit https://gerrit.wikimedia.org/r/203806
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4611553fc8525d6ddb204e4d54e0c420676c3b75
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to