Skip to content

Commit

Permalink
nova-manage: squash oslo_policy debug logging
Browse files Browse the repository at this point in the history
I don't know when it started but you can see from a modern
usage of nova-manage that oslo_policy debug logging is being
emitted. We don't need that debug information in the console
for nova-manage, so this patch hides it just like we do for
oslo_db.

Change-Id: If1a8e8d473846f2626f5e01210f00ad06916a383
Related-Bug: #1650694
  • Loading branch information
Matt Riedemann committed Dec 17, 2016
1 parent 928f046 commit f6b947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/cmd/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

QUOTAS = quota.QUOTAS

_EXTRA_DEFAULT_LOG_LEVELS = ['oslo_db=INFO']
_EXTRA_DEFAULT_LOG_LEVELS = ['oslo_db=INFO', 'oslo_policy=INFO']


# Decorators for actions
Expand Down

0 comments on commit f6b947a

Please sign in to comment.