[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:core-ci <typo3@b13.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Authentication/PasswordReset.php 7 additions, 4 deletions...3/sysext/backend/Classes/Authentication/PasswordReset.php
- typo3/sysext/backend/Classes/Controller/File/ImageProcessController.php 1 addition, 1 deletion...ackend/Classes/Controller/File/ImageProcessController.php
- typo3/sysext/backend/Classes/Preview/StandardContentPreviewRenderer.php 5 additions, 6 deletions...ackend/Classes/Preview/StandardContentPreviewRenderer.php
- typo3/sysext/backend/Classes/Security/EmailLoginNotification.php 7 additions, 5 deletions...ysext/backend/Classes/Security/EmailLoginNotification.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 6 additions, 1 deletiontypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Classes/View/AuthenticationStyleInformation.php 6 additions, 8 deletions...t/backend/Classes/View/AuthenticationStyleInformation.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 5 additions, 6 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Tests/Functional/Authentication/PasswordResetTest.php 27 additions, 6 deletions...end/Tests/Functional/Authentication/PasswordResetTest.php
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 28 additions, 15 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/AuthenticationService.php 11 additions, 4 deletions...ext/core/Classes/Authentication/AuthenticationService.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 1 addition, 1 deletiontypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Database/Connection.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Database/Connection.php
- typo3/sysext/core/Classes/Database/ReferenceIndex.php 5 additions, 5 deletionstypo3/sysext/core/Classes/Database/ReferenceIndex.php
- typo3/sysext/core/Classes/Domain/Repository/PageRepository.php 3 additions, 4 deletions.../sysext/core/Classes/Domain/Repository/PageRepository.php
- typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php 34 additions, 14 deletionstypo3/sysext/core/Classes/Error/AbstractExceptionHandler.php
- typo3/sysext/core/Classes/Log/LogManager.php 10 additions, 2 deletionstypo3/sysext/core/Classes/Log/LogManager.php
- typo3/sysext/core/Classes/Log/Writer/AbstractWriter.php 56 additions, 0 deletionstypo3/sysext/core/Classes/Log/Writer/AbstractWriter.php
- typo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php 6 additions, 7 deletionstypo3/sysext/core/Classes/Log/Writer/DatabaseWriter.php
- typo3/sysext/core/Classes/Log/Writer/FileWriter.php 19 additions, 31 deletionstypo3/sysext/core/Classes/Log/Writer/FileWriter.php
- typo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php 11 additions, 10 deletionstypo3/sysext/core/Classes/Log/Writer/PhpErrorLogWriter.php
Please register or sign in to comment