You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration/environment-variables.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ The following environment variables allow you to configure your Sourcebot deploy
26
26
|`SMTP_CONNECTION_URL`|`-`| <p>The url to the SMTP service used for sending transactional emails. See [this doc](/docs/configuration/transactional-emails) for more info.</p> |
27
27
|`SOURCEBOT_ENCRYPTION_KEY`| Automatically generated at startup if no value is provided. Generated using `openssl rand -base64 24`| <p>Used to encrypt connection secrets and generate API keys.</p> |
28
28
|`SOURCEBOT_LOG_LEVEL`|`info`| <p>The Sourcebot logging level. Valid values are `debug`, `info`, `warn`, `error`, in order of severity.</p> |
29
-
|`SOURCEBOT_TELEMETRY_DISABLED`|`false`| <p>Enables/disables telemetry collection in Sourcebot. See [this doc](/self-hosting/security/telemetry) for more info.</p> |
29
+
|`SOURCEBOT_STRUCTURED_LOGGING_ENABLED`|`false`| <p>Enables/disable structured JSON logging. See [this doc](/docs/configuration/transactional-emails) for more info.</p> |
30
+
|`SOURCEBOT_STRUCTURED_LOGGING_FILE`| - | <p>Optional file to log to if structured logging is enabled</p> |
31
+
|`SOURCEBOT_TELEMETRY_DISABLED`|`false`| <p>Enables/disables telemetry collection in Sourcebot. See [this doc](/docs/more/structured-logging) for more info.</p> |
30
32
|`TOTAL_MAX_MATCH_COUNT`|`100000`| <p>The maximum number of matches per query</p> |
31
33
|`ZOEKT_MAX_WALL_TIME_MS`|`10000`| <p>The maximum real world duration (in milliseconds) per zoekt query</p> |
0 commit comments