On Tue, 15 Dec 2009 17:38:18 -0500 Jeff Garzik <jeff@xxxxxxxxxx> wrote: > > In fact, does anyone even understand why we continue to split > > LOG_WARNING and LOG_ERR? We really have three log levels: > > - debug > > - info (which is actually an error) > > - error (not really all that different from info actually) > > Might as well create HAIL_DEBUG, HAIL_INFO, and HAIL_ERR (to be > > used before exit(1), with values of 0,1,2 and remap to syslog > > values where it goes to syslog. > > It would be nice to disconnect from syslog, yes. But the 'warning' log > level has value. Can you offer any guidelines that are easy to follow and enforce? I am often confused and select the level randomly. The only rule I follow is: if and only if it's under if (debugging), then LOG_DEBUG. Otherwise... hmm... -- Pete -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html