is "err" a valid option? shouldn't it be either an integer or one of the predefined PHP constants for error handling? (E_ERROR, E_ALL....)?
http://uk2.php.net/manual/en/errorfunc.constants.php On 19 Nov 2008, at 13:40, Mtr wrote: > > I'm having the same problem. Did you found the solution? > Thanks, > Miguel > > On 25 sep, 13:03, "Rytis Daugirdas" <[EMAIL PROTECTED]> wrote: >> Yeah, cache is cleared... >> >> Anyone else could check the same? I would feel better if I knew I'm >> not >> alone with this problem :). >> >> On Thu, Sep 25, 2008 at 2:58 PM, cokker <[EMAIL PROTECTED]> >> wrote: >> >>> Have you cleared your cache? >> >>> If this doesn't work. I have no idea. >> >>> Greets >>> Sven >> >>> Rytis Daugirdas schrieb: >>>> Hello, >> >>>> I've recently started a new project based on symfony 1.1.2. >>>> However, I'm >>> not >>>> sure if my logging configuration is correct since I'm not seeing >>>> the >>> right >>>> behavior. >> >>>> Basically I want to log only 'err' level errors in prod >>>> environment. This >>> is >>>> what I have in factories.yml: >> >>>> prod: >>>> logger: >>>> param: >>>> level: err >> >>>> I'm only changing the level param - everything else should stay >>>> the same. >>>> However, nothing is logged. For example, I tried loading a wrong >>>> URL to >>>> generate an sfError404Exception but no error was logged. Doing >>>> the same >>> in >>>> dev env logs the error fine. >> >>>> Any ideas what could be wrong? Btw, logging_enabled is on by >>>> default in >>>> settings.yml and thus applies to prod. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
