enhancement: unify logger level setting using obs env instead of RUST_LOG (#1529)

Signed-off-by: heihutu <[email protected]>
Signed-off-by: majinghe <[email protected]>
Co-authored-by: heihutu <[email protected]>
This commit is contained in:
majinghe
2026-01-20 12:09:41 +08:00
committed by GitHub
co-authored by heihutu
parent d578707f95
commit 14ce251e3b
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ quick_dev() {
-e RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="*" \
-e RUSTFS_ACCESS_KEY="dev-admin" \
-e RUSTFS_SECRET_KEY="dev-secret" \
-e RUST_LOG="debug" \
-e RUSTFS_OBS_LOGGER_LEVEL="debug" \
-v rustfs-dev-data:/data \
rustfs/rustfs:latest