definition-properties-logs-properties-console-logging-options.md 1.7 KB

console Type

object (Console logging options)

console Properties

Property Type Required Nullable Defined by
level string Required cannot be null Distributor node configuration

level

Minimum level of logs sent to this output

level

level Type

string

level Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"error"
"warn"
"info"
"http"
"verbose"
"debug"
"silly"