Skip to content

Commit

Permalink
up the glog logging level to 5
Browse files Browse the repository at this point in the history
Summary:
In the tests we don't want to see logs coming from glog. Especially when they
are low-severity. This makes configuration match what we do for other binaries.

Reviewed By: lmvasquezg

Differential Revision: D64249794

fbshipit-source-id: caf4a651c4f203332ddd4203f0a39cf3ea83ec02
  • Loading branch information
mitrandir77 authored and facebook-github-bot committed Oct 15, 2024
1 parent 4a5820e commit 9215fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/mononoke/tests/integration/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2535,7 +2535,7 @@ function derived_data_service() {
THRIFT_TLS_SRV_KEY="$TEST_CERTDIR/localhost.key" \
THRIFT_TLS_CL_CA_PATH="$TEST_CERTDIR/root-ca.crt" \
THRIFT_TLS_TICKETS="$TEST_CERTDIR/server.pem.seeds" \
GLOG_minloglevel=1 "$DERIVED_DATA_SERVICE" "$@" \
GLOG_minloglevel=5 "$DERIVED_DATA_SERVICE" "$@" \
-p 0 \
--mononoke-config-path "${TESTTMP}/mononoke-config" \
--bound-address-file "$DDS_SERVER_ADDR_FILE" \
Expand Down

0 comments on commit 9215fc1

Please sign in to comment.