>> I was thinking that we should set our default log ouput to info.
>> If you agree, what do I change to make this happen?
Yes, agree. Actually, I''d even say change default level to WARN, with
maybe
INFO used for development.
All we should have to do is fiddle the init expression in
Configuration#initialize at line 489:
self.log_level = nil # use the default level of the logger
to, say:
self.log_level = (self.environment == ''development'') ?
''INFO'' : ''WARN''
(and fix the rdoc comment and doc/configuration.html)
And then extras/init_logger.rb should take care of the rest. If the config
has a value specified for log_level, it installs it; if log_level is nil, it
leaves whatever the configured logger has as its default alone.
~ Deb
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://rubyforge.org/pipermail/masterview-devel/attachments/20060619/4ea9f19d/attachment.htm