[TYPO3-core] FYI24: Add feature #11707: Integrate possibility to enable/disable the deprecation logging

Patrick Gaumond gaumondpatrick-s-p-a-m at hotmail-sp-a-m.com
Thu Aug 13 19:56:38 CEST 2009


Oliver Hader wrote:

> Solution:
> Add a new setting to TYPO3_CONF_VARS that allows one to disable this
> kind of logging. However, the default value is "enabled".

Hi Oliver,

May I suggest:

1. Make the switch available in the Install Tool
2. Modify NEWS.txt since the log can grow quite fast:

Compatibility
=============

* A deprecation log has been introduced to track calls to 
deprecated/outdated methods in the TYPO3 Core. Developers have to make 
sure to adjust their code to avoid using this old functionality since 
deprecated methods will be removed in future TYPO3 releases! The 
information can be found in /typo3conf/deprecation_[hash-value].log. 
There's also a new setting available in the Install Tool under 
['SYS']['enableDeprecationLog'] to disable this logfile that could grow 
quite fast depending on your installed extensions.


My 2 cents,

Patrick


More information about the TYPO3-team-core mailing list