Turn off enhanced logging in the pmmgr.properties file:
[replserv] == arguments=-asc 501
[replagent] == arguments=-logging 2 (remove)
Use the replication monitor against the target database to validate
-asc 501 has taken affect
$ dsrutil target -C monitor
Blocks acknowledged: 0
-asc parameter with a value 501 will turn off all block acknowledgements except for two cases, the agent sends an ACK to the server when it receives a block:
- With a checkpoint note or
- A block with an AI extent switch note.
The ACK in these two cases contains data needed by the replication server when a source and target(s) start a synchronization process.