Actions
Bug #84105
closedLog writers configured in DefaultConfiguration.php cannot be easily removed/disabled
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2018-03-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 comes with a default set of log writers in DefaultConfiguration.php
These cannot be disabled in LocalConfiguration.php unless some hacks are used (using __UNSET or using unset() in AdditonalConfiguration.php)
Instead it should be possible to disable them explicitly by adding an option,
so that additive merge of configuration is possible.
Actions