definition-properties-log.md 3.2 KB

log Type

object (Details)

log Properties

Property Type Required Nullable Defined by
file string Optional cannot be null Distributor node configuration
console string Optional cannot be null Distributor node configuration
elastic string Optional cannot be null Distributor node configuration

file

Minimum level of logs written to a file specified in directories.logs

file

file Type

string

file 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"
"off"

console

Minimum level of logs outputted to a console

console

console Type

string

console 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"
"off"

elastic

Minimum level of logs sent to elasticsearch endpoint specified in endpoints.elasticSearch

elastic

elastic Type

string

elastic 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"
"off"