Why does the web debug tool bar disappear when I use sfNoLogger in the factories.yml:
dev:
logger:
class: sfNoLogger
param:
level: err
loggers: ~
When I remove these lines the tool bar appears.
Why does the web debug tool bar disappear when I use sfNoLogger in the factories.yml:
dev:
logger:
class: sfNoLogger
param:
level: err
loggers: ~
When I remove these lines the tool bar appears.
Because the sf*No*Logger does not log anything. It's usually used for production.