fix fileinfo serialize

This commit is contained in:
weisd
2024-09-24 22:51:21 +08:00
parent 6bd0da059f
commit 6329eee92a
4 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ mkdir -p ./target/volume/test{0..4}
if [ -z "$RUST_LOG" ]; then
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug"
export RUST_LOG="rustfs=debug,ecstore=info,s3s=debug"
fi
DATA_DIR_ARG="./target/volume/test{0...4}"