Disable t8n log output (#2216)

This commit is contained in:
andri lim 2024-05-24 22:48:57 +07:00 committed by GitHub
parent 0a49833d69
commit 1d4eb78bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -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")