From 693fd760c49002cc2dc307add14df5132eee4a76 Mon Sep 17 00:00:00 2001 From: Ravishankar Date: Mon, 16 Dec 2024 15:44:59 +0530 Subject: [PATCH] Update docs/sources/reference/components/faro/faro.receiver.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/reference/components/faro/faro.receiver.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/reference/components/faro/faro.receiver.md b/docs/sources/reference/components/faro/faro.receiver.md index 5101de3ebf..9c23f6c481 100644 --- a/docs/sources/reference/components/faro/faro.receiver.md +++ b/docs/sources/reference/components/faro/faro.receiver.md @@ -32,9 +32,8 @@ Name | Type | Description `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 +The supported values for `log_format` are: -The following strings are recognized as valid log line formats: * `"logfmt"`: Export logs as [logfmt](https://brandur.org/logfmt) lines. * `"json"`: Export logs as JSON objects.