Skip to content

Commit 541a949

Browse files
authored
[Confluence] Logging page content as info (#1036)
1 parent a8a63a6 commit 541a949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/confluence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ def is_page_content_is_already_updated(self, page_id, body, title=None):
14541454
log.debug('New Content: """{body}"""'.format(body=body))
14551455

14561456
if confluence_body_content.strip() == body.strip():
1457-
log.warning("Content of {page_id} is exactly the same".format(page_id=page_id))
1457+
log.info("Content of {page_id} is exactly the same".format(page_id=page_id))
14581458
return True
14591459
else:
14601460
log.info("Content of {page_id} differs".format(page_id=page_id))

0 commit comments

Comments
 (0)