To resolve this issue, adjust the H4DM logging to reduce the amount of data recorded in the
h4dm.log.<YYYY>-<MM>-<DD> files:
- SSH to the Replicator Appliance experiencing the issue.
- Navigate to the H4DM configuration folder:
cd /opt/vmware/h4/h4dm/conf/conf.toml
- Create a backup of the conf.toml file.
- Edit the conf.toml file with a text editor and locate the [logging] section.
- Add the following line within the [logging] section:
env_filter = "warp::filters::trace=off,h4dm=debug,nfclib_sys=warn,database=info,epic=debug,h4dm::rest::handlers::nfcstream=warn"
- Restart the H4DM service:
systemctl restart h4dm
Note: Restarting the H4DM service will temporarily interrupt replication traffic and may result in RPO violations until the replications recover.