Actions
Task #100830
closedfix invalid error level for php errors
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-05-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
- PHP exceptions were logged with level "info" in the sys_log table
- PHP errors were logged with wrong (numeric) error level in the sys_log table
Only values from `\Psr\Log\LogLevel` are allowed and usable. Numeric values can not be used/filtered in BeLog.
This issue was automatically created from https://github.com/TYPO3/typo3/pull/430
Actions