From: Stephen Seo Date: Fri, 12 Jan 2024 07:36:01 +0000 (+0900) Subject: Reduce verbosity of unit test logs X-Git-Tag: 1.0~5 X-Git-Url: https://git.seodisparate.com/stephenseo/LD54_Box_Survival?a=commitdiff_plain;h=ef164561c1607574b60ef80562d3181b8ab2253f;p=UDPConnection Reduce verbosity of unit test logs --- diff --git a/src/test/TestUDPC.cpp b/src/test/TestUDPC.cpp index 7d75416..a63cde5 100644 --- a/src/test/TestUDPC.cpp +++ b/src/test/TestUDPC.cpp @@ -439,6 +439,8 @@ TEST(UDPC, enableDisableThreadedUpdate_StressTest) { UDPC_ConnectionId id = UDPC_create_id_anyaddr(0); UDPC_HContext ctx = UDPC_init(id, 0, 0); + UDPC_set_logging_type(ctx, UDPC_LoggingType::UDPC_WARNING); + std::array thread_array; for (int i = 0; i < 100; ++i) { if (i % 2 == 0) {