From 08311d2bf925a21db62479ec80ccb9f46ade934b Mon Sep 17 00:00:00 2001 From: Jon Haslam Date: Mon, 20 Nov 2023 13:24:28 +0000 Subject: [PATCH] Make oitb actually log TB output (#415) --- tools/OITB.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/OITB.cpp b/tools/OITB.cpp index 2570aef..0269121 100644 --- a/tools/OITB.cpp +++ b/tools/OITB.cpp @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include #include #include @@ -145,6 +146,7 @@ int main(int argc, char* argv[]) { google::LogToStderr(); google::SetStderrLogging(google::INFO); google::SetVLOGLevel("TreeBuilder", 3); + gflags::SetCommandLineOption("minloglevel", "0"); /* Reflects `oid`'s defaults for TreeBuilder::Config */ TreeBuilder::Config tbConfig{