Skip to content

Commit 666e1d4

Browse files
committed
Only log cmb error logs
1 parent 82138d5 commit 666e1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/CI/run_cmb_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cargo run --example ngo_echo_server -- --port $ECHO_SERVER_PORT &
1616
cargo build --release --locked
1717

1818
# Run the standalone server on an infinite loop in the background
19-
while :; do ./target/release/comb-server --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 60m; done &
19+
while :; do ./target/release/comb-server -l error --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 60m; done &

0 commit comments

Comments
 (0)