From a0c46007f4715465282a4ae6e620bd9a3680d54e Mon Sep 17 00:00:00 2001 From: Nader Lahouti Date: Tue, 6 Jun 2017 16:10:46 -0700 Subject: [PATCH] Change log level from info to debug Modify the log level to debug as the message in this case is more suited for debug level. Change-Id: I9cf6498d405fea7dd7fc14cef894527285889d30 --- networking_arista/ml2/mechanism_arista.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking_arista/ml2/mechanism_arista.py b/networking_arista/ml2/mechanism_arista.py index 839ecd6..1ff5a56 100644 --- a/networking_arista/ml2/mechanism_arista.py +++ b/networking_arista/ml2/mechanism_arista.py @@ -411,7 +411,7 @@ class AristaDriver(driver_api.MechanismDriver): device_owner.startswith('baremetal')]): return True - LOG.info(_LI('Unsupported device owner: %s'), device_owner) + LOG.debug('Unsupported device owner: %s', device_owner) def _network_owner_tenant(self, context, network_id, tenant_id): tid = tenant_id