Merge "Improve release upgrade "diff" debug log readability"

This commit is contained in:
Zuul 2021-06-03 21:17:05 +00:00 committed by Gerrit Code Review
commit 0c25c0ce7d
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class ChartDeploy(object):
else:
action = metrics.ChartDeployAction.UPGRADE
LOG.info("Found updates to chart release inputs")
LOG.debug("%s", diff)
LOG.debug("Release=%s, diff=%s", release_name, diff)
result['diff'] = {chart['release']: str(diff)}
def upgrade():