Skip to content

Commit 1fc87e2

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 9b2a4c6 commit 1fc87e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/saucelabs/start_tunnel.sh

Lines changed: 1 addition & 1 deletion
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)