Breaking: #82639 - Logging activated for authentication and Service classes
See forge#82639
Description
Due to the introduction of TYPO3's Logging API in several places, it is now common to use the logging API without further options.
Therefore the following configuration options have been removed:
$GLOBALS
['TYPO3_ CONF_ VARS'] ['SC_ OPTIONS'] ['t3lib/ class. t3lib_ userauth. php'] ['write Dev Log'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['SC_ OPTIONS'] ['t3lib/ class. t3lib_ userauth. php'] ['write Dev Log BE'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['SC_ OPTIONS'] ['t3lib/ class. t3lib_ userauth. php'] ['write Dev Log FE'] $GLOBALS
['TYPO3_ CONF_ VARS'] ['SYS'] ['enable_ DLOG']
The following public properties have no effect anymore and have been removed:
Abstract
User Authentication->write Dev Log Abstract
Service->write Dev Log
Impact
Setting any of the options does not have any effect anymore on logging.
Affected Installations
Installations running with EXT:
or further extensions setting any of the options above.
Migration
Instead of using the mentioned options, TYPO3's Logging API can be configured as stated in the official documentation to write the logging messages to various places.