[TYPO3-core] BUG #13784 tx_ncstaticfilecache uses PHP LOG_* with t3lib_div::devLog()
Sebastian Mendel
lists at sebastianmendel.de
Wed Mar 23 07:56:06 CET 2011
Hi,
tx_ncstaticfilecache uses PHP LOG_* constants for logging, and sends
them also to t3lib_div::devLog()
But LOG_* are not compatible with t3lib_div::devLog() severity level.
t3lib_div::devLog() goes from low to high
OK -> error
-1, 0, 1, 2, 3
PHP LOG_* goes from high to low
EMERG -> DEBUG
0, 1, 2, 3, 4, 5, 6, 7,
http://forge.typo3.org/issues/13784
patch attached
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: nc_staticfilecache_map_error_level_to_severity_level.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20110323/584d785f/attachment.txt>
More information about the TYPO3-team-core
mailing list