Skip to content

Commit

Permalink
removed merge conflict in CONFIGURATION.md (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubanker authored Feb 5, 2024
1 parent 7afa3a8 commit ac806ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Here are some Stargate-relevant property groups that are necessary for correct s
## Document limits configuration
*Configuration for document limits, defined by [DocumentLimitsConfig.java](src/main/java/io/stargate/sgv2/jsonapi/config/DocumentLimitsConfig.java).*

<<<<<<< HEAD
| Property | Type | Default | Description |
|-----------------------------------------------------------------|-------|-------------|-----------------------------------------------------------------------------------------|
| `stargate.jsonapi.document.limits.max-size` | `int` | `4_000_000` | The maximum size of (in characters) a single document. |
Expand Down Expand Up @@ -76,4 +75,4 @@ Here are some Stargate-relevant property groups that are necessary for correct s
|-----------------------------------------------------|-----------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `stargate.jsonapi.logging.enabled` | `boolean` | `false` | Setting it to `true` enables command level logging. |
| `stargate.jsonapi.logging.only-results-with-errors` | `boolean` | `true` | Setting it to `true` prints the command level info only for the commands where the command result has errors. |
| `stargate.jsonapi.logging.enabled-tenants` | `string` | `ALL` | Comma separated list of tenants for which command level logging should be enabled. Default is a special keyword called `ALL` which prints this log for all tenants |
| `stargate.jsonapi.logging.enabled-tenants` | `string` | `ALL` | Comma separated list of tenants for which command level logging should be enabled. Default is a special keyword called `ALL` which prints this log for all tenants |

0 comments on commit ac806ee

Please sign in to comment.