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.
Actions