Project

General

Profile

Actions

Task #57574

closed

TceformsUpdateWizard does not tell the user about the log file

Added by Markus Klein about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2014-04-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #57575: TceformsUpdateWizard reports success although some migrations failedClosed2014-04-02

Actions
Actions #1

Updated by Steffen Müller about 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.

Actions #2

Updated by Steffen Müller about 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?

Actions #3

Updated by Steffen Müller about 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.

Actions #4

Updated by Markus Klein about 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.

Actions #5

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from next-patchlevel to 7.4 (Backend)
Actions #6

Updated by Susanne Moog almost 9 years ago

  • Category changed from Install Tool to 1601
Actions #7

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #8

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #9

Updated by Mathias Schreiber over 8 years ago

  • Tracker changed from Bug to Task
  • Target version deleted (7 LTS)
Actions #10

Updated by Mathias Schreiber over 6 years ago

  • Status changed from Accepted to Closed

no longer supported ;-)

Another ticket gone, yay

Actions

Also available in: Atom PDF