From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Wed, 02 Apr 2014 20:14:54 +0200 Subject: [Cluster-devel] [PATCH] fencing: Replace printing to stderr with proper logging solution In-Reply-To: <1396451177-3648-1-git-send-email-mgrac@redhat.com> References: <1396451177-3648-1-git-send-email-mgrac@redhat.com> Message-ID: <533C539E.3090608@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 04/02/2014 05:06 PM, Marek 'marx' Grac wrote: > This patch replaces local solutions by standard python logging module. Levels of messages > is not final, it just reflects the previous state. So, debug level is available only with > -v / verbose option. Hi Marek, are we keeping out-of-tree agents in sync too? specifically fence_virt and fence_sanlock. Fabio