Skip to main content

types.LogConfig

types.LogConfig API schema defining 2 fields, including format and level.

formatstring

Log format: json, text

levelstring

Log level: trace, debug, info, warn, error - defaults to info

types.LogConfig
{
"format": "string",
"level": "string"
}