From mboxrd@z Thu Jan 1 00:00:00 1970 From: marka@pobox.com (Mark Alexander) Date: Tue, 28 Jul 2009 12:57:57 -0400 Subject: [sup-talk] [PATCH] Make logging less chatty In-Reply-To: <1248794676-sup-7855@masanjin.net> References: <1248716313-sup-1608@javelin> <1248716783-sup-6509@ntdws12.chass.utoronto.ca> <1248794676-sup-7855@masanjin.net> Message-ID: On 7/28/09, William Morgan wrote: > ... but yes, the whole Redwood::log thing is crufty > and needs to be replaced with a logger that's aware of levels. Or maybe something combining types and levels that you could configure like this in config.yaml: :logging: :mbox: 2 :maildir: 3 :ferret: 0 ...etc...