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
12 changes: 12 additions & 0 deletions docs/src/main/sphinx/admin/properties-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ line. Any newlines in the field values, such as exception stack traces, are
escaped as normal in the JSON object. This allows for capturing and indexing
exceptions as singular fields in a logging search system.

## `log.console-format`

- **Type:** {ref}`prop-type-string`
- **Default value:** `TEXT`

The format for log records written to the console output, set to either `TEXT`
or `JSON`. When set to `JSON`, the log record is formatted as a JSON object, one
record per line. Any newlines in the field values, such as exception stack
traces, are escaped as normal in the JSON object. This allows for capturing and
indexing exceptions as singular fields in a logging search system when using
console output and capturing it, as commonly configured in containers.

## `log.path`

- **Type:** {ref}`prop-type-string`
Expand Down