From b2e1a7ac331da6e308d205fec4f5f004ad75945f Mon Sep 17 00:00:00 2001 From: houseme Date: Tue, 22 Apr 2025 23:07:13 +0800 Subject: [PATCH] fix --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index 96463c91..2cbd115a 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -59,7 +59,7 @@ export RUSTFS__LOGGER__QUEUE_CAPACITY=10 # 事件消息配置 export RUSTFS_EVENT_CONFIG="./deploy/config/event.example.toml" -export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug" + if [ -n "$1" ]; then export RUSTFS_VOLUMES="$1" fi