Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/ory-keto-configuration/_shared/latest--config.schema.json
Parent schema ory-keto-configuration
Type: object

Configure logging using the following options. Logs will always be sent to stdout and stderr.

Properties

level string

The level of log entries to show. Debug enables stack traces on errors.

Default: "info"
Values: "panic" "fatal" "error" "warn" "info" "debug" "trace"
format string

The output format of log messages.

Default: "text"
Values: "json" "json_pretty" "gelf" "text"
leak_sensitive_values boolean

If set will leak sensitive values (e.g. emails) in the logs.

Default: false
redaction_text string

Text to use, when redacting sensitive log value.