I am creating pages via confluence api. When this line is called;
pageManager.saveContentEntity(page, new DefaultSaveContext(true, true, true));
<confluence-home>/logs/atlassian-confluence.log is printing a log in info level as following.
2018-03-27 17:12:20,648 INFO [http-nio-8090-exec-9] [plugins.synchrony.service.SynchronyExternalChangesManager] performExternalChange Started external change for ContentId{id=68074}
2018-03-27 17:12:20,651 INFO [http-nio-8090-exec-9] [synchrony.service.http.SynchronyRequestExecutor] execute Initiating request PUT http://127.0.0.1:8091/synchrony/v1/data/Synchrony-f3476aab-5f02-39e2-a9a2-7fefc1d45fe9/confluence-68074?state-at=@head&state-format=html HTTP/1.1 for 68074
2018-03-27 17:12:20,683 INFO [http-nio-8090-exec-9] [plugins.synchrony.service.SynchronyExternalChangesManager] performExternalChange Started external change for ContentId{id=68075}
2018-03-27 17:12:20,687 INFO [http-nio-8090-exec-9] [synchrony.service.http.SynchronyRequestExecutor] execute Initiating request PUT http://127.0.0.1:8091/synchrony/v1/data/Synchrony-f3476aab-5f02-39e2-a9a2-7fefc1d45fe9/confluence-68075?state-at=@head&state-format=html HTTP/1.1 for 68075
I could not figure it out why this logs are printing. Any idea will be helpful.
I see similar INFO messages creating a page in Confluence using the UI:
2018-03-27 10:09:39,289 INFO [http-nio-8090-exec-5] [plugins.synchrony.service.SynchronyExternalChangesManager] performExternalChange Started external change for ContentId{id=65630}
2018-03-27 10:09:39,290 INFO [http-nio-8090-exec-5] [synchrony.service.http.SynchronyRequestExecutor] execute Initiating request PUT http://127.0.0.1:8091/synchrony/v1/data/Synchrony-7f6db90c-bdea-3c1b-aa1a-97d149df8c34/confluence-65630?state-at=@head&state-format=html HTTP/1.1 for 65630
Based on this, I think these log entries are expected behavior when creating content in Confluence. Please let me know if these entries are impeding your productivity/ability to use Confluence, etc, and if there is anything we can do to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.