From 1c6d373f0ea90a6ead21852b1a943232e998cbc0 Mon Sep 17 00:00:00 2001 From: wsw70 <1345886+wsw70@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:48:18 +0200 Subject: [PATCH] Update environment variable for log level `OPEN_CLOUD_LOG_LEVEL` is not the correct name --- docs/admin/configuration/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/configuration/logging.md b/docs/admin/configuration/logging.md index a15648a9..fbaba0a7 100644 --- a/docs/admin/configuration/logging.md +++ b/docs/admin/configuration/logging.md @@ -12,7 +12,7 @@ Logging helps monitor OpenCloud’s health and diagnose issues. Log output varie ## Log Levels -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`. +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`. ## The log levels are