Re: [MediaWiki-l] Large debug file

2017-08-07 Thread Tim Starling
On 05/08/17 15:04, John wrote: > I just upgraded my wiki to 1.30 and am running refreshlinks.php and Im > getting a massive debug.log file consisting of: > > RX <== getStatus > TX ==> return > RX <== return > > Over and over again (about 600mb worth so far) That is the Scribunto standalone engin

Re: [MediaWiki-l] Large debug file

2017-08-04 Thread Brian Wolff
Debug logging is generally meant for debugging issues as they come up, not for usage in production - especially when set to record all debug events. If you really want to keep debug logging on all the time, I'd recommend adjusting the severity of events that are recorded to avoid huge files - for

[MediaWiki-l] Large debug file

2017-08-04 Thread John
I just upgraded my wiki to 1.30 and am running refreshlinks.php and Im getting a massive debug.log file consisting of: RX <== getStatus TX ==> return RX <== return Over and over again (about 600mb worth so far) ___ MediaWiki-l mailing list To unsubscrib