On 9/13/07, Vladimir Konrad <v.konrad at lse.ac.uk> wrote: > > Hello, > > It there a way to set the log-level (e.g. :error) other than changing > the Informer class? You can define what tags to ignore if you use the LogHub (which is default) Ramaze::Inform.ignored_tags = [:info, :debug, :warn] ^ manveru