Actions
Bug #93851
closedDo not log 'The requested page does not exist!' with severity error
Start date:
2021-04-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The TypoScriptFrontendController logs this messages with severity error:
- The requested page does not exist!
- Page is not available in default language.
Both cases have legal reasons so severity error seems absolutely wrong to me.
When a page is gone (deleted; without replacement) it should not be logged in TYPO3 error log extra.
When i have a marketing campaign page which should not be visible in default language its fine because i can configure it with l1n_cfg field to not show the page in the default language.
For this reasons i like to remove this log lines.
Actions