Actions
Feature #91817
closedDebugViewHelper with option to write to TYPO3 Log instead
Start date:
2020-07-17
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.2
Tags:
Complexity:
medium
Sprint Focus:
Description
Hello everyone,
I think it would be a helpful feature to extend the DebugViewHelper functionality to be capable to write the data to the typo3 log instead of showing them to the frontend if the backend user is logged in.
<f:debug writeToLog="true">{data}</f:debug>
What do you think?
Thanks in advance!
Updated by Georg Ringer 6 months ago
- Status changed from New to Closed
thanks for creating this issue. this is not really the correct place how logging should happen.
if you really want a VH to make such thing, feel free to provide one in your package and publish it!
therefore closing the issue
Actions