From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 30 Jun 2008 10:23:01 -0500 Subject: [Cluster-devel] logsys in cluster3 Message-ID: <20080630152301.GA31662@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Main points from the logsys discussion we had - initialization: use functions instead of macros, don't always need logging to be working from the start of execution, can wait until function is called to start it, don't need notion of "subsystems" or per-source-file logging features - configuration setup: big blocks of setup code are repeated and largely the same, make this less - configuration changes: user should be able to change logging settings in cluster.conf, propagate new cluster.conf, ccs should notify programs of cluster.conf change, programs should reread whatever dynamic config settings they use (may just be the logging settings), programs should then change behavior according to the new settings