Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/configuration/pgdog.toml/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@ Format to use for PgDog application logs.
Available options:

- `text` (default): human-readable text logs
- `json`: structured JSON logs suitable for ECS/Datadog ingestion
- `json`: structured JSON logs suitable for ECS/Datadog ingestion (`{"timestamp":"2026-05-19T10:40:00.330523Z","level":"INFO","fields":{"message":"body", "field": "value"}}`)
- `json_flattened`: structured JSON logs with flattened fields at the top level (`{"timestamp":"2026-05-19T11:24:44.192447Z","level":"INFO","message":"body","field":"value"}`)

Default: **`text`**

Expand Down
Loading