wikimedia / ToolforgeBundle

A Symfony 4 & 5 bundle that provides some common parts of web-based tools running on Wikimedia's Toolforge. Maintained by the Wikimedia Foundation's Community Tech team.
https://packagist.org/packages/wikimedia/toolforge-bundle
GNU General Public License v3.0
13 stars 4 forks source link

Add request URL info to the logger #16

Closed samwilson closed 5 years ago

samwilson commented 5 years ago

Bug: T219233

samwilson commented 5 years ago

I'm guessing if a client wanted to add additional information, they could extend WebRequestProcessor and override invoke and do a parent::invoke?

Yep, or they could create a separate processor couldn't they?