content/integrate/write-behind/reference/cli/redis-di-trace.md
Usage: redis-di trace [OPTIONS]
loglevel:
info--loglevel -log-levelrdi_host (REQUIRED):
none--rdi-hostHost/IP of Write-behind Database
rdi_port (REQUIRED):
none--rdi-portPort of Write-behind Database
rdi_password:
none--rdi-passwordWrite-behind Database Password
rdi_key:
none--rdi-keyPrivate key file to authenticate with
rdi_cert:
none--rdi-certClient certificate file to authenticate with
rdi_cacert:
none--rdi-cacertCA certificate file to verify with
rdi_key_password:
none--rdi-key-passwordPassword for unlocking an encrypted private key
max_change_records:
10--max-change-recordsMaximum traced change records per shard
timeout (REQUIRED):
20--timeoutStops the trace after exceeding this timeout (in seconds)
trace_only_rejected:
false--trace-only-rejectedTrace only rejected change records
help:
false--helpShow this message and exit.
Usage: redis-di trace [OPTIONS]
Starts a trace session for troubleshooting data transformation
Options:
-log-level, --loglevel [DEBUG|INFO|WARN|ERROR|CRITICAL]
[default: INFO]
--rdi-host TEXT Host/IP of Write-behind Database [required]
--rdi-port INTEGER RANGE Port of Write-behind Database [1000<=x<=65535;
required]
--rdi-password TEXT Write-behind Database Password
--rdi-key TEXT Private key file to authenticate with
--rdi-cert TEXT Client certificate file to authenticate with
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
--max-change-records INTEGER RANGE
Maximum traced change records per shard
[x>=1]
--timeout INTEGER RANGE Stops the trace after exceeding this timeout
(in seconds) [default: 20; 1<=x<=600;
required]
--trace-only-rejected Trace only rejected change records
--help Show this message and exit.