From f27597f903b3b5a2c46c3f18b0304d88238aa609 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 29 Jun 2022 16:32:35 +0200 Subject: [PATCH] Changing debug output --- lib/cr_vmware_tpl/handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr_vmware_tpl/handler.py b/lib/cr_vmware_tpl/handler.py index 8b08a6a..4f8b523 100644 --- a/lib/cr_vmware_tpl/handler.py +++ b/lib/cr_vmware_tpl/handler.py @@ -57,7 +57,7 @@ from .cobbler import Cobbler from .xlate import XLATOR -__version__ = '2.2.4' +__version__ = '2.2.5' LOG = logging.getLogger(__name__) TZ = pytz.timezone('Europe/Berlin') @@ -343,7 +343,7 @@ class CrTplHandler(BaseHandler): # ------------------------------------------------------------------------- def run(self): - if self.verbose > 1: + if self.verbose > 2: LOG.debug(_("Current configuration:") + '\n' + pp(self.cfg.as_dict())) LOG.debug(_("Starting handling ...")) -- 2.39.5