Actions
Task #94344
closedMove PSR-3 logger to its own table
Start date:
2021-06-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
DatabaseWriter is not always used, but when it is, it uses sys_log. That's the table used by the old belog mechanism, which doesn't really align with PSR-3 well.
Let's move it to a new table for a clean break.
Updated by Larry Garfield over 3 years ago
- Related to Bug #94043: Incorrect usage of PSR-3 logger added
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69494
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69494
Updated by Christian Kuhn over 3 years ago
- Status changed from Under Review to Closed
patch has been abandoned, will be covered in a different way by #94356
Updated by Christian Kuhn over 3 years ago
- Related to Epic #94356: Embrace PSR-3 added
Actions