Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 36eacb1

Browse files
committed
chore(ci): turn off verbose logging for sauce connect
We have not used the verbose data from these logs for months, and it makes the Travis UI very slow.
1 parent f2683f9 commit 36eacb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/saucelabs/start_tunnel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ echo "Starting Sauce Connect in the background, logging into:"
4646
echo " $CONNECT_LOG"
4747
echo " $CONNECT_STDOUT"
4848
echo " $CONNECT_STDERR"
49-
sauce-connect/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY $ARGS -v \
49+
sauce-connect/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY $ARGS \
5050
--logfile $CONNECT_LOG 2> $CONNECT_STDERR 1> $CONNECT_STDOUT &

0 commit comments

Comments
 (0)