doc: update log levels (#56855)

This commit is contained in:
Robert Lin 2024-01-30 13:45:16 -08:00 committed by GitHub
parent 1b8e9f0fbb
commit 07b18e34fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ Note: For request logs, see [Outbound request log](outbound-request-log.md).
A Sourcegraph service's log level is configured via the environment variable `SRC_LOG_LEVEL`. The valid values (from most to least verbose) are:
* `dbug`: Debug. Output all logs. Default in cluster deployments.
* `debug`: Debug. Output all logs. Default in cluster deployments. A legacy `dbug` value is also supported.
* `info`: Informational.
* `warn`: Warning. Default in Docker deployments.
* `eror`: Error.