mia3 / crossmedia_fourallportal

0 stars 4 forks source link

TYPO3 12: LoggingService - Improvements #46

Open 3l73 opened 1 month ago

3l73 commented 1 month ago

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