Skip to content

Commit b72dcfc

Browse files
authored
Update environment variable for log level (#749)
`OPEN_CLOUD_LOG_LEVEL` is not the correct name
1 parent b6f8101 commit b72dcfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/admin/configuration/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Logging helps monitor OpenCloud’s health and diagnose issues. Log output varie
1212

1313
## Log Levels
1414

15-
Set the global log level using the `OPEN_CLOUD_LOG_LEVEL` environment variable. You can also override it per service using service-specific variables. Default is `error`.
15+
Set the global log level using the `OC_LOG_LEVEL` environment variable. You can also override it per service using service-specific variables. Default is `error`.
1616

1717
## The log levels are
1818

0 commit comments

Comments
 (0)