> logging/syslog unix > logging/stdout 5 > > Where 'inet' is the syslog's default, 'unix' and 'stream /path/to/stream' > and the '5' arg for stdout is just like the entry in config/loglevel.
Smells like inconsistency to me. Yes, right now we're using syslog-like log levels, but seems like we might want to also provide the ability to have a cutoff level as in config/loglevel. How does config/loglevel work with your patch? Also, you need a way to provide a syslog log facility. -R (named parameters, anyone?)