Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following is a list of the parameters available within the [log.history] sec
| Parameter | Description |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| on | Enables or disables the history logging feature. Defaults to false. Set to true to enable history tables. |
| log_only | Nodes with enabled will delegate transformation tasks to other nodes, reducing their own workload. |
| log_only | Bool: true/false. Nodes with enabled will delegate transformation tasks to other nodes, reducing their own workload. |
| interval | Specifies the interval (in seconds) at which the history log is flushed. Defaults to 2. |
| stage_name | Specifies the name of the staging area that temporarily holds log data before it is finally copied into the table. Defaults to a unique value to avoid conflicts. |
| level | Sets the log level (DEBUG, TRACE, INFO, WARN, or ERROR) for history logging. Defaults to WARN. |
Expand Down
Loading