Remove 'UNIQUE_ID is %s' logging
Different OpenStack processes log that line when idle, but it doesn't offer actionable information to developers or users. Ideally process logs should be silent when idle, even in debug mode. Closes-Bug: #1434727 Change-Id: I6f9f2977358d86ada7178c09b04ff6b290a6a8ad
This commit is contained in:
parent
299a1ccc78
commit
84c0d3aedc
@ -261,4 +261,3 @@ def _add_unique_id(msg):
|
||||
"""Add unique_id for checking duplicate messages."""
|
||||
unique_id = uuid.uuid4().hex
|
||||
msg.update({UNIQUE_ID: unique_id})
|
||||
LOG.debug('UNIQUE_ID is %s.', unique_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user