drop common/error

This commit is contained in:
weisd
2025-06-06 16:46:18 +08:00
parent 7032318858
commit 15a3012d05
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ mkdir -p ./target/volume/test{0..4}
if [ -z "$RUST_LOG" ]; then
export RUST_BACKTRACE=1
# export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug"
export RUST_LOG="rustfs=info,ecstore=info,s3s=info,iam=info,rustfs-obs=info"
export RUST_LOG="rustfs=info,ecstore=info,s3s=debug"
fi
# export RUSTFS_ERASURE_SET_DRIVE_COUNT=5