Skip to content

Commit

Permalink
Fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishankar15 committed Dec 18, 2024
1 parent fa6a373 commit 45b21db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/reference/components/faro/faro.receiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ The following arguments are supported:
Name | Type | Description | Default | Required
-------------------|---------------|----------------------------------------------|---------|---------
`extra_log_labels` | `map(string)` | Extra labels to attach to emitted log lines. | `{}` | no
`log_format` | `string` | Export format for the logs | `logfmt`| no
`log_format` | `string` | Export format for the logs. | `logfmt`| no

### Log format

The following strings are recognized as valid log line formats:

* `"logfmt"`: Export logs as [logfmt][] lines.
* `"logfmt"`: Export logs as [logfmt](https://brandur.org/logfmt) lines.
* `"json"`: Export logs as JSON objects.

## Blocks
Expand Down

0 comments on commit 45b21db

Please sign in to comment.