Actions
Bug #97789
closedMissing entries in System Log module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2022-06-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the Web->Info Log module is used and a depth is selected, this value is saved into the be_user UC data.
Using the System->log module afterwards then uses the depth constraint to check if pid restrictions should be built up.
https://github.com/TYPO3/typo3/blob/main/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php#L128
But since this value is loaded from the UC field and not even present in that screen, this check must be changed or reset in the system log module.
I was missing log entries with event_pid 0 from the recycler that got filtered away because of this constraint.
Actions