This commit is contained in:
weisd
2024-07-17 14:15:22 +08:00
parent e8685c977f
commit 73ee65e3a7
8 changed files with 160 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if [ -n "$1" ]; then
fi
if [ -z "$RUST_LOG" ]; then
export RUST_LOG="s3s-rustfs=debug,ecstore=debug,s3s=debug"
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug"
fi
cargo run \