test:get_object

This commit is contained in:
weisd
2024-07-24 16:45:23 +08:00
parent 22c85612c7
commit 1b60d05434
7 changed files with 183 additions and 40 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if [ -n "$1" ]; then
fi
if [ -z "$RUST_LOG" ]; then
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug"
export RUST_LOG="rustfs=debug,ecstore=info,s3s=debug"
fi
cargo run \