[TYPO3-dev] Deprecation Log problems
Rupert Germann
rupi at gmx.li
Mon Nov 9 11:01:21 CET 2009
hi Sebastian,
for a high traffic site you should always turn the deprecation log off.
add this to your localconf.php:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['enableDeprecationLog'] = 0;
besides the fact that deprecationlog produces very big files it also
does some quite expensive operations to get the content for the log entry.
greets
rupert
Sebastian Böttger schrieb:
> Hi,
>
> at high traffic sites, the deprecation log quickly increases and reaches
> file sizes of multiple Gigabytes.
> Wouldn't it be better, to just log a one time instead of all time it has
> been called?
>
> Best wishes
> Sebastian
More information about the TYPO3-dev
mailing list