From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Fri, 20 Feb 2009 10:49:24 -0600 Subject: [Cluster-devel] cluster3 logging config In-Reply-To: <20090220160003.GA23911@redhat.com> References: <20090220160003.GA23911@redhat.com> Message-ID: <20090220164924.GB23911@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, Feb 20, 2009 at 10:00:03AM -0600, David Teigland wrote: > I suggest the following, notice the final "corosync" entry, > > syslog_priority="info" logfile_priority="info"> > logfile="/var/log/cluster/qdisk.log"/> > logfile="/var/log/cluster/groupd.log"/> > logfile="/var/log/cluster/fenced.log"/> > logfile="/var/log/cluster/dlm_controld.log"/> > logfile="/var/log/cluster/gfs_controld.log"/> > logfile="/var/log/cluster/rgmanager.log"/> > logfile="/var/log/cluster/corosync.log"/> > > > the corosync entry would apply to *all* corosync subsystems by default. > We can still allow per-subsystem configuration, > > logfile="/var/log/cluster/corosync-quorum.log"/> > logfile="/var/log/cluster/corosync-totem.log"/> > ... Correcting the XML, ...