Log to warning

This commit is contained in:
Difrex 2016-11-06 23:06:10 +03:00
parent c7a18267cc
commit d5b448b133

View File

@ -88,7 +88,7 @@ def reload_conf(service_conf, app_conf, conf, app_hosts):
if conf['memcached']['enabled'] is True:
# Check old servers
if conf['memcached']['discovery']['enabled'] is True:
logging.info('Discovery of Memcached not implemented')
logging.warning('Discovery of Memcached not implemented')
mc = memcache.Client(conf['memcached']['hosts'])
if get_old_from_memcache(mc, app_conf['conf_name'], service_conf) != 1: