On Tue, 2006-03-28 at 14:30 +0930, Luke Vanderfluit wrote:
> I have log level 'alert', shouldn't that be logging nearly everything
> to the file?
Nope. From RT_Config.pm:
# From lowest to highest priority, the levels are:
# debug info notice warning error critical alert emergency
Try 'debug'.
- Alex