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 cf3b3e3 commit 5e3dd14Copy full SHA for 5e3dd14
scripts/run/engine-postgres.sh
@@ -32,4 +32,4 @@ cd "${REPO_ROOT}"
32
33
RIVET__POSTGRES__URL=postgres://postgres:postgres@localhost:5432/postgres \
34
RUST_LOG=debug \
35
-cargo run --bin rivet-engine -- start "$@"
+cargo run --bin rivet-engine -- start "$@" | tee /tmp/rivet-engine.log
scripts/run/engine-rocksdb.sh
@@ -7,4 +7,5 @@ REPO_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)"
7
cd "${REPO_ROOT}"
8
9
RUST_LOG="${RUST_LOG:-debug}" \
10
11
+
0 commit comments