File 0056-Move-log-message-from-INFO-to-DEBUG.patch of Package salt.3314

From 56a0f760ce7ac58f65ff599e107a991121e30259 Mon Sep 17 00:00:00 2001
From: Bo Maryniuk <bo@suse.de>
Date: Mon, 20 Jun 2016 17:53:59 +0200
Subject: [PATCH 56/57] Move log message from INFO to DEBUG.

---
 salt/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/salt/config.py b/salt/config.py
index f25b888..d2d6d45 100644
--- a/salt/config.py
+++ b/salt/config.py
@@ -2729,7 +2729,7 @@ def get_id(opts, cache_minion_id=False):
 
     newid = salt.utils.network.generate_minion_id()
     if '__role' in opts and opts.get('__role') == 'minion':
-        log.info('Found minion id from generate_minion_id(): {0}'.format(newid))
+        log.debug('Found minion id from generate_minion_id(): {0}'.format(newid))
     if cache_minion_id and opts.get('minion_id_caching', True):
         _cache_id(newid, id_cache)
     is_ipv4 = newid.count('.') == 3 and not any(c.isalpha() for c in newid)
-- 
2.1.4

openSUSE Build Service is sponsored by