RevisionStore logging use wfBacktrace instead of wfDebugBacktrace
authoraddshore <addshorewiki@gmail.com>
Thu, 15 Feb 2018 14:15:45 +0000 (14:15 +0000)
committeraddshore <addshorewiki@gmail.com>
Thu, 15 Feb 2018 14:15:45 +0000 (14:15 +0000)
commitdb8f62e57d624426953c88925f56c098e986faa0
treee506638f87e8042df5e22bfdcaebbea22756389f
parent9f026c24ec2f1e2b4374c77b42b6547f55848872
RevisionStore logging use wfBacktrace instead of wfDebugBacktrace

wfDebugBacktrace doesn't work very will with logstash.
The whole message ends up being too long and the log ends
up in the 'jsonTruncated' channel.
Instead use wfBacktrace which will be smaller as it just gives
us a string.

Change-Id: I5309ac2ad4592fb6dbb1474526d382893fb7e6c1
includes/Storage/RevisionStore.php