Closed (fixed)
Project:
Drupal core
Version:
8.9.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2020 at 10:13 UTC
Updated:
11 Sep 2020 at 14:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mbovan commentedPatch that removes
@backtrace_stringarray element before logging the exception.Comment #3
berdirNot sure if we need an explicit test for this, but combined with some weird access denied handling that resulted in nested access denied exceptions in our project, this logged 2000+ lines of backtrace for every access denied that almost filled our database disk.
The other option would be to keep and show the backtrace, but I think that would be a bigger change and doesn't really seem necessary.
Comment #6
catchhmm I don't think this needs test coverage, it's a scalability issue but not really a functional bug as such.
Committed 0870e19 and pushed to 9.1.x. Thanks! Also cherry-picked to 9.0.x and 8.9.x