slan
unread,Oct 22, 2010, 7:03:59 PM10/22/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rackamole
Hi all,
I'm on version 0.4.0 and I can't seem to set the log_level to error.
I'm not sure If I'm doing something wrong or if it is not working.
Any ideas would be greatly appreciated.
This is what I have
use Rack::Mole, {
:app_name => 'my_app',
:log_level => :error,
:store => Rackamole::Store::MongoDb.new(
:db_name => 'mole_my_app_mdb'
)
}