i'd appreciate any tip you got how to handle it the cake(1.3) way :)
On 17 Jan., 23:19, euromark <dereurom...@googlemail.com> wrote:
> since logging is now available even in debug=0 there are now many
> errors and debug notices in my cake log files (/tmp/logs/)
>
> like:
> 2010-01-16 18:01:04 Warning: Warning (2):
> htmlspecialchars() [<a
> href='function.htmlspecialchars'>function.htmlspecialchars</a>]:
> Invalid multibyte sequence in argument in [/.../cake/basics.php, line
> 213]
>
> and:
> 2010-01-15 13:26:09 Warning: Warning (2): mkdir() [<a
> href='function.mkdir'>function.mkdir</a>]: Permission denied in [/.../
> cake/libs/folder.php, line 495]
>
> + some minor ones
>
> they almost flood my log files now
> error.log and debug.log grow every day by at least 1 MB
>
> now the question:
> is there any way to find out which of the hundret or thousand possible
> functions invoke them to cause this error?
> i though about using the Debugger::trace() or whatever
> i am thinking: i need to somehow catch this error - like modying the
> core at this specific line in order to write a full trace to some
> debug.txt
> is there any more convinient way of doing this?
>
> mark
No comments:
Post a Comment