Bug #23462
closedDisable deprecation log in config_default
0%
Description
Currently $TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] is set to 'file' in config_default.php resulting in huge deprecation log files.
A developer who cares, knows how to enable the deprecation log in order to check what's going on.
A user of TYPO3 knows either nothing about a deprecation log or doesn't know how to interprete it.
Install TYPO3 from scratch.
(issue imported from #M15573)
Files
Updated by Christian Kuhn about 14 years ago
Resolved, won't fix.
Sum up from core list:
Solution is not to disable depreation log by default, but to create some better logic:
- A better approach ist to not log messages which have been logged before, or
- Rotate the log files
- Some other solution
It is not wanted to disable the deprecation log by default, this would lead to much more serious problems in the future, we need to inform admins of methods which will be gone in future versions.
Updated by Alex Kellner over 11 years ago
Just install a TYPO3 6.0 or 6.1 and log in and just click a little bit between backend module A or B.
After that you have a couple of deprecation logs with information which core-methods are outdated.
Why do the admin need this information?
In my opinion this gives a very bad feeling for TYPO3-beginners...
Updated by Chris topher over 11 years ago
- Target version deleted (
0)
Hi Alex,
usage of deprecated functions should indeed be fixed. Please open new issues for the different messages (if they have not yet been reported). :-)