Mwalker has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/69324


Change subject: Add Tabs to Console Log Output
......................................................................

Add Tabs to Console Log Output

Instead of using a space character to separate components in the
log stream -- this now uses tabs. It results in a much more readable
wall o' text.

Change-Id: Ib9698485be253640ba1694d3d69f9013c55884ec
---
M SmashPig/Core/Logging/ConsoleLogStream.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/PaymentsListeners 
refs/changes/24/69324/1

diff --git a/SmashPig/Core/Logging/ConsoleLogStream.php 
b/SmashPig/Core/Logging/ConsoleLogStream.php
index d5ff938..256bff6 100644
--- a/SmashPig/Core/Logging/ConsoleLogStream.php
+++ b/SmashPig/Core/Logging/ConsoleLogStream.php
@@ -29,7 +29,7 @@
                        $msgstr = $msg[ 'message' ];
                }
 
-               print( "[{$name}] ({$this->context}) $msgstr\n" );
+               print( "[{$name}]\t({$this->context})\t$msgstr\n" );
        }
 
        /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9698485be253640ba1694d3d69f9013c55884ec
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/PaymentsListeners
Gerrit-Branch: master
Gerrit-Owner: Mwalker <mwal...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to