Skip to content

Commit 5fd4ff7

Browse files
disable diagnostics reporting
1 parent f2bf8e6 commit 5fd4ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/typedb3/start-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source tool/typedb3/config.sh
55
# start server
66
DISTRIBUTION="typedb-all-linux-x86_64"
77
DISTRIBUTION_DIR="$DISTRIBUTION-$SERVER_VERSION"
8-
tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server --server.http.enable false > ./$DISTRIBUTION_DIR/log"
8+
tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server --diagnostics.reporting.metrics false > ./$DISTRIBUTION_DIR/log"
99

1010
# wait until ready
1111
set +e

0 commit comments

Comments
 (0)