Skip to content
Snippets Groups Projects
Commit 3fca1b19 authored by Larry Garfield's avatar Larry Garfield Committed by Christian Kuhn
Browse files

[BUGFIX] Make logger usage PSR-3 compliant

PSR-3 has specific rules around interpolation: Messages
may provide placeholders like {foo} and writers should
substitute these in the messages if a context array with
such a key is provided.
Let's use placeholders correctly.

Resolves: #94315
Related: #94356
Releases: master
Change-Id: I2c285e84f1832c80828861369e99af9aff6cd267
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69425


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 8ada892a
Branches
Tags
Showing
with 250 additions and 132 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment