From 39b40cdf5ff9bf10d4b0d1c911f6ebbea2c68723 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Wed, 31 Jul 2024 22:03:34 +0100 Subject: [PATCH] Silence the annoying gRPC logs --- build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build b/build index 8e1e5c1..9ee9cd1 100755 --- a/build +++ b/build @@ -1,3 +1,6 @@ #!/bin/bash +# Silence annoying gRPC logs +export GRPC_VERBOSITY="ERROR" + bear -- ./compile