[TASK] Add a channel column to sys_log
The channel column is a text field intended to suppplant the type column. For now, all types map over to column based on a lookup table. Also, repurpose the level column to a string to store the PSR-3 level. Resolves: #94433 Relates to: #94356 Releases: master Change-Id: I295df69da7e21ff9650a3c0c2b4d0e70a8ca9566 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69656 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
crell <larry@garfieldtech.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Authentication/PasswordReset.php 4 additions, 0 deletions...3/sysext/backend/Classes/Authentication/PasswordReset.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 9 additions, 1 deletion...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Error/AbstractExceptionHandler.php
- typo3/sysext/core/Classes/Error/ErrorHandler.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Error/ErrorHandler.php
- typo3/sysext/core/Classes/SysLog/Type.php 51 additions, 1 deletiontypo3/sysext/core/Classes/SysLog/Type.php
- typo3/sysext/core/ext_tables.sql 2 additions, 1 deletiontypo3/sysext/core/ext_tables.sql
- typo3/sysext/install/Classes/Updates/SysLogChannel.php 97 additions, 0 deletionstypo3/sysext/install/Classes/Updates/SysLogChannel.php
- typo3/sysext/install/ext_localconf.php 2 additions, 0 deletionstypo3/sysext/install/ext_localconf.php
Please register or sign in to comment