Change logging level AUDIT to INFO

According to the latest revision of the logging guidelines message
of type AUDIT should be moved to INFO.

The latest revision is available at https://review.openstack.org/#/c/91446/
at the moment.

Change-Id: Ie059633888a57e0eafed8580dac88b1d095b4ecb
This commit is contained in:
Christian Berendt 2014-07-01 14:14:30 +02:00
parent 5f72f9bba0
commit 05819d2066
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class ClimateFilter(filters.BaseHostFilter):
if pools:
if not requested_pools:
# Host is in a Pool and none requested
LOG.audit(_("In a user pool or in the freepool"))
LOG.info(_("In a user pool or in the freepool"))
return False
# Find aggregate which matches Pool