quiet reno logging in list-changes

There's no need for full debug logging from reno in list-changes. Set
the logger level to warning so the report is easier to parse.

Change-Id: Ib65cada9fb96485e3cc305827894009c059cf562
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-12-03 13:45:54 -05:00
parent 72d40b7e27
commit b0094026ef

View File

@ -333,6 +333,7 @@ def generate_release_notes(repo, repo_path,
# Look for reno notes for this version.
if not changes_only:
logging.getLogger('reno').setLevel(logging.WARNING)
cfg = reno_config.Config(
reporoot=repo_path,
)