Skip to content

Commit 786f13e

Browse files
authored
ref(relay): Remove non existing configuration option (#12589)
1 parent feb7b27 commit 786f13e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/product/relay/options.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ human-readable strings of a number and a human-readable unit, such as:
100100
| key | type | value | description |
101101
| --------------------------- | ------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
102102
| logging.level | String | default: `info` possible values: `off, error, warn, info, debug, trace`. | The log level for the relay. <Alert level="warning" title="Warning"> On `debug` and `trace` levels, Relay emits extremely verbose messages which can have severe impact on application performance. </Alert>. `Environment variable: "RELAY_LOG_LEVEL"` |
103-
| logging.log_failed_payloads | Boolean | default: `false` | Full event payloads logs of failed events, added to the log stream. |
104103
| logging.format | String | default: `auto` possible values: `auto, pretty, simplified, json` | Controls the log format. `auto`: Auto detect (pretty for TTY, simplified for other) `pretty`: Human readable format with colors `simplified`: Simplified human readable log output `json`: JSON records, suitable for logging software |
105104
| logging.enable_backtraces | Boolean | default: `true` | Writes back traces for all internal errors to the log stream and includes them in Sentry errors. |
106105

0 commit comments

Comments
 (0)