From 1d4eb78bcf6b2cc0d294c18b3bbcd4267eeb58d6 Mon Sep 17 00:00:00 2001 From: andri lim Date: Fri, 24 May 2024 22:48:57 +0700 Subject: [PATCH] Disable t8n log output (#2216) --- tools/t8n/config.nims | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tools/t8n/config.nims b/tools/t8n/config.nims index 2319ebd43..5f746181d 100644 --- a/tools/t8n/config.nims +++ b/tools/t8n/config.nims @@ -1,5 +1,5 @@ # Nimbus -# Copyright (c) 2022-2023 Status Research & Development GmbH +# Copyright (c) 2022-2024 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or # http://www.apache.org/licenses/LICENSE-2.0) @@ -12,5 +12,8 @@ if defined(evmc_enabled): # evmcLoadVMShowDetail log output will intefere with t8n ouput switch("define", "chronicles_enabled=off") else: - switch("define", "chronicles_default_output_device=stderr") - switch("define", "chronicles_runtime_filtering=on") + switch("define", "chronicles_enabled=off") + # TODO: redirect the logs to a custom stream? + # They are interfering with t8n_test + #switch("define", "chronicles_default_output_device=stderr") + #switch("define", "chronicles_runtime_filtering=on")