[TYPO3-core] Strategy for deprecation log

bernd wilke t3ng at bernd-wilke.net
Wed Apr 3 09:02:46 CEST 2013


Am 02.04.2013 17:21, schrieb Philipp Gampe:
> Hi Steffen,
>
> Steffen Müller wrote:
>
>> the result is a huge amount of files without meaningful names. How to
>> find the needle in haystack, e.g. the related log messages to your
>> extension?
>
> In most installations you should only have 10-30 deprecation messages.
> You can search the files via grep (or your OS find-in-file tool).
>
> IMHO this is an easy fallback mode if no sophisticated solution can be used.
>

We may have a show-module in BE, which handles these cryptic filenames.

I would like to have some more informations with the pure entry:
last occurence,
first occurence,
number of occurences

I think it is a nice attempt as it uses base-technics, which are fast 
and have less potential to failure.
on each occurence a timestamp may be appended to the file. so this will 
also result in growing files, but not so much than a repetition of the 
whole errormessage.

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-team-core mailing list