We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbbab3 commit 9cf73c8Copy full SHA for 9cf73c8
scripts/install_agent.sh
@@ -56,4 +56,4 @@ export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
56
57
sudo docker run --privileged --rm -i -v $(pwd):/DeepTrace 47.97.67.233:5000/deepshield/deeptrace bash -c \
58
'cd /DeepTrace/agent &&
59
-cargo xtask build --release'
+cargo xtask build --profile release'
scripts/run_agent.sh
@@ -2,4 +2,4 @@
2
set -euo pipefail
3
4
cd ./agent
5
-./target/release/agent -f ./config/default.toml > /dev/null 2>&1 & disown
+RUST_LOG=info ./target/x86_64-unknown-linux-gnu/release/deeptrace -c config/deeptrace.toml > /dev/null 2>&1 & disown
0 commit comments