iilyak commented on PR #5602: URL: https://github.com/apache/couchdb/pull/5602#issuecomment-3300270434
> @nickva > I also tried it out locally in my dev cluster but couldn't get anything to show up in the logs. I did repeat the steps you did locally. ``` ([email protected])2> config:set("csrt", "enable", "true"). ok ([email protected])3> config:set("csrt", "enable_init_p", "true"). ok ([email protected])4> config:set("csrt", "enable_reporting", "true"). ok ([email protected])5> config:set("csrt_logger.matchers_enabled", "all_coordinators", "true"). ok ([email protected])6> config:set("csrt_logger.matchers_enabled", "docs_read", "true"). ok ([email protected])7> config:set("csrt_logger.matchers_threshold", "docs_read", "50"). ok ([email protected])8> config:set("csrt_logger.matchers_enabled", "changes_processed", "true"). ok ([email protected])9> config:set("csrt_logger.matchers_threshold", "changes_processed", "23"). ``` Except I didn't create new database. I queried `_replicator` db. ``` while true; do curl -u adm:pass http://127.0.0.1:15984/_replicator/_changes > /dev/null ; sleep 5 ; done ``` This is what I see in the logs ``` [notice] 2025-09-16T20:30:11.007168Z [email protected] <0.10531.0> ef994f45d5 127.0.0.1:15984 127.0.0.1 adm GET /_replicator/_changes 200 ok 1 [report] 2025-09-16T20:30:11.007228Z [email protected] <0.10580.0> -------- [csrt-pid-usage-lifetime db_open=5 dbname="_replicator" nonce="ef994f45d5" pid_ref="<0.10531.0>:#Ref<0.3096609386.3958636548.180199>" started_at="2025-09-16T20:30:11.006z" type="coordinator-{chttpd_db:handle_changes_req}:GET:/_replicator/_changes" updated_at="2025-09-16T20:30:11.006z" username="adm"] [notice] 2025-09-16T20:30:16.056722Z [email protected] <0.10689.0> 9c9fcd161b 127.0.0.1:15984 127.0.0.1 adm GET /_replicator/_changes 200 ok 2 [report] 2025-09-16T20:30:16.056874Z [email protected] <0.10738.0> -------- [csrt-pid-usage-lifetime db_open=5 dbname="_replicator" nonce="9c9fcd161b" pid_ref="<0.10689.0>:#Ref<0.3096609386.3958636546.179197>" started_at="2025-09-16T20:30:16.054z" type="coordinator-{chttpd_db:handle_changes_req}:GET:/_replicator/_changes" updated_at="2025-09-16T20:30:16.056z" username="adm"] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
