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.

-- 
Regards,
Rytis

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to