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:
parent
72d40b7e27
commit
b0094026ef
@ -333,6 +333,7 @@ def generate_release_notes(repo, repo_path,
|
|||||||
|
|
||||||
# Look for reno notes for this version.
|
# Look for reno notes for this version.
|
||||||
if not changes_only:
|
if not changes_only:
|
||||||
|
logging.getLogger('reno').setLevel(logging.WARNING)
|
||||||
cfg = reno_config.Config(
|
cfg = reno_config.Config(
|
||||||
reporoot=repo_path,
|
reporoot=repo_path,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user