Cdentinger has uploaded a new change for review.

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

Change subject: Increase paypal log mail to 8192 bytes
......................................................................

Increase paypal log mail to 8192 bytes

Change-Id: I46dde08a75ad3382947bfcd2c016d66491ced293
---
M PaymentProviders/PayPal/PayPalPaymentsAPI.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/SmashPig 
refs/changes/25/318125/1

diff --git a/PaymentProviders/PayPal/PayPalPaymentsAPI.php 
b/PaymentProviders/PayPal/PayPalPaymentsAPI.php
index a6ddd10..9eb9b49 100644
--- a/PaymentProviders/PayPal/PayPalPaymentsAPI.php
+++ b/PaymentProviders/PayPal/PayPalPaymentsAPI.php
@@ -36,7 +36,7 @@
 
                // Read the logging output
                rewind( $curlDebugLog );
-               $logged = fread( $curlDebugLog, 4096 );
+               $logged = fread( $curlDebugLog, 8192 );
                fclose( $curlDebugLog );
                Logger::debug( "cURL verbose logging: $logged" );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46dde08a75ad3382947bfcd2c016d66491ced293
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig
Gerrit-Branch: master
Gerrit-Owner: Cdentinger <[email protected]>

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

Reply via email to