Skip to content

Commit 32396f1

Browse files
Change txLogEnrichment mode from NONE to OFF (#1772)
Copy the PRs: #1770 and #1771.
1 parent 336935d commit 32396f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/database-administration/standard-databases/alter-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The `ALTER DATABASE` command can be used to set or remove specific options for a
116116
| Description
117117

118118
| txLogEnrichment
119-
| FULL\|DIFF\|NONE
119+
| FULL\|DIFF\|OFF
120120
| Defines the level of enrichment applied to transaction logs for Change Data Capture (CDC) purposes.
121121
For details about enrichment mode, see link:{neo4j-docs-base-uri}/cdc/{page-version}/get-started/self-managed/#set-enrichment-mode/[Change Data Capture Manual -> Set the enrichment mode].
122122
|===

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Defines additional configuration specified by comma-separated `name=value` pairs
100100
Defines credentials that need to be passed into certain seed providers.
101101

102102
| `txLogEnrichment`
103-
| `FULL` \| `DIFF` \| `NONE`
103+
| `FULL` \| `DIFF` \| `OFF`
104104
|
105105
Defines the level of enrichment applied to transaction logs for Change Data Capture (CDC) purposes.
106106

0 commit comments

Comments
 (0)