From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Fri, 20 Feb 2009 10:00:03 -0600 Subject: [Cluster-devel] cluster3 logging config Message-ID: <20090220160003.GA23911@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have a suggestion to improve our logging config. The format below is the default configuration (more or less, the corosync systems aren't sending anything to syslog, but cman.log seems full of "info"-like stuff, but it's beside the point): Now, I just realized that I've missed some corosync subsystems, EVT, and CKPT is probably one?, and maybe some others, I don't know. The point is, to make a change to "corosync" in general, a user has to go and list every single one of these things, repeating the same info for each. That's a big pain, and definately not intuitive. I realize it can be useful to enable debugging for select corosync subsystems, so that should still be possible. I suggest the following, notice the final "corosync" entry, the corosync entry would apply to *all* corosync subsystems by default. We can still allow per-subsystem configuration, ...