Open 3l73 opened 1 month ago
The LoggingService should use constants from class \Psr\Log\LogLevel as severities.
\Psr\Log\LogLevel
These can be mapped to integer using the method \TYPO3\CMS\Core\Log\LogLevel::normalizeLevel()
\TYPO3\CMS\Core\Log\LogLevel::normalizeLevel()
The minimum log level should be made configurable in order to reduce the amount of log information is required.
https://github.com/mia3/crossmedia_fourallportal/blob/3e00a60366b14ba701e39256bcf21487052d6815/Classes/Service/LoggingService.php#L140
The LoggingService should use constants from class
\Psr\Log\LogLevel
as severities.These can be mapped to integer using the method
\TYPO3\CMS\Core\Log\LogLevel::normalizeLevel()
The minimum log level should be made configurable in order to reduce the amount of log information is required.
https://github.com/mia3/crossmedia_fourallportal/blob/3e00a60366b14ba701e39256bcf21487052d6815/Classes/Service/LoggingService.php#L140