Actions
Bug #41944
closedAdd missing logFile setting for FileWriter
Start date:
2012-10-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Logging API settings shipped with core uses FileWriter as default writer for the root Logger. The FileWriter takes logFile
as argument, but it is not set in the default settings.
@see $GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'][\TYPO3\CMS\Core\Log\LogLevel::DEBUG]['TYPO3\\CMS\\Core\\Log\\Writer\\FileWriter']
Actions