Logging environment variables
Reference documentation for logging-related environment variables.
Logging-related environment variables available for use with Self-hosted Retool deployments.
Only configure environment variables when needed. You can configure many environment variables from your organization's Settings rather than directly editing your deployment's configuration file.
You must restart your instance after setting any variables for them to take effect.
DISABLE_AUDIT_TRAILS_LOGGING
Whether to disable logging of audit trails.
| Type | boolean |
| Configurability | Update the deployment's configuration file. |
| Required | Optional |
| Default | false |
Examples
true
HIDE_ALL_HEADERS_IN_AUDIT_LOG_EVENTS
Whether to prevent all query headers and cookies from being added to audit log entries.
| Type | boolean |
| Configurability | Update the deployment's configuration file. |
| Required | Optional |
| Default | false |
Examples
true
LOG_AUDIT_EVENTS
Whether to log audit events.
| Type | boolean |
| Configurability | Update the deployment's configuration file. |
| Required | Optional |
| Default | false |
Examples
true
LOG_LEVEL
The log level for Retool logs.
| Type | string |
| Configurability | Update the deployment's configuration file. |
| Required | Optional |
| Default | info |
Examples
debug
SCIM_LOG_FULL_REQUESTS
Log SCIM requests to the Retool API container logs.
| Type | boolean |
| Configurability | Update the deployment's configuration file. |
| Required | Optional |
| Default | null |
Examples
true