latest--config.schema
shared| 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.
format
string
The output format of log messages.
leak_sensitive_values
boolean
If set will leak sensitive values (e.g. emails) in the logs.
redaction_text
string
Text to use, when redacting sensitive log value.