Task #57574
closedTceformsUpdateWizard does not tell the user about the log file
0%
Description
TceformsUpdateWizard generates a log file for failed migrations.
The location of this log file is never revealed to the user.
Path is: /typo3temp/logs/typo3.log
(FileWriter of the Logger)
Updated by Steffen Müller over 10 years ago
This is also the case for RteMagicImagesUpdateWizard.
I would say it is not the job of a particular UpdateWizard to tell about the log, but rather the install tool itself.
Updated by Steffen Müller over 10 years ago
I'd propose to configure a dedicated log file to cover any logRecord which is triggered inside of typo3/sysext/install:
typo3temp/logs/install-tool.log
What do you think?
Could be added to DefaultConfiguration.php with:
'LOG' => array( 'TYPO3' => array ( 'CMS' => array( 'Install' => array( 'writerConfiguration' => array( \TYPO3\CMS\Core\Log\LogLevel::DEBUG => array( 'TYPO3\\CMS\\Core\\Log\\Writer\\FileWriter' => array( 'logFile' => 'typo3temp/logs/install-tool.log' ), ), ), ), ), ), ),
Then announce this file and the related log configuration at a prominent place in install tool.
What could be a good place for this announcement?
Updated by Steffen Müller over 10 years ago
One could argue that adding a random suffix to the filename like deprecation_3f11ecba79.log
I think we should discuss this before.
Updated by Markus Klein over 10 years ago
Steffen, thanks a lot for taking care about this. Your proposal sounds great.
Prominent place would be the overview of the upgrade wizards.
I don't mind the whether we have a file suffix or not.
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from next-patchlevel to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Category changed from Install Tool to 1601
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Tracker changed from Bug to Task
- Target version deleted (
7 LTS)
Updated by Mathias Schreiber about 7 years ago
- Status changed from Accepted to Closed
no longer supported ;-)
Another ticket gone, yay