Skip to content

Commit 8d4c322

Browse files
Merge pull request #69 from salim-b/patch-1
2 parents 74f8fb1 + 93d8259 commit 8d4c322

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/self-hosting/environment-variables.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ has the required permissions. To disable it, set the `NC_DISABLE_PG_DATA_REFLECT
127127

128128
| Variable | Mandatory | Description | If Not Set |
129129
|--------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------|----------------------|
130+
| `DEBUG` | No | Allows to enable various levels of debug logging. Set to `nc:*` to enable all NocoDB debug logging. Set to `nc:*,knex:*` to additionally enable database query logging. Recommended only during debugging. | Unset by default. |
131+
| `NC_ENABLE_ALL_API_ERROR_LOGGING` | No | Enables more verbose API error logging. Recommended only during debugging. | Defaults to `false`. |
130132
| `NC_DISABLE_CACHE` | No | Disables caching to force metadata fetching directly from the database instead of Redis/cache. Recommended only during debugging. | Defaults to `false`. |
131133

132134
## Telemetry
@@ -157,4 +159,4 @@ has the required permissions. To disable it, set the `NC_DISABLE_PG_DATA_REFLECT
157159
| `AWS_ACCESS_KEY_ID` | No | ***Deprecated***. Please use `LITESTREAM_S3_ACCESS_KEY_ID` instead. | |
158160
| `AWS_SECRET_ACCESS_KEY` | No | ***Deprecated***. Please use `LITESTREAM_S3_SECRET_ACCESS_KEY` instead. | |
159161
| `AWS_BUCKET` | No | ***Deprecated***. Please use `LITESTREAM_S3_BUCKET` instead. | |
160-
| `AWS_BUCKET_PATH` | No | ***Deprecated***. Please use `LITESTREAM_S3_PATH` instead. | |
162+
| `AWS_BUCKET_PATH` | No | ***Deprecated***. Please use `LITESTREAM_S3_PATH` instead. | |

0 commit comments

Comments
 (0)