Disable t8n log output (#2216)
This commit is contained in:
parent
0a49833d69
commit
1d4eb78bcf
|
@ -1,5 +1,5 @@
|
||||||
# Nimbus
|
# Nimbus
|
||||||
# Copyright (c) 2022-2023 Status Research & Development GmbH
|
# Copyright (c) 2022-2024 Status Research & Development GmbH
|
||||||
# Licensed under either of
|
# Licensed under either of
|
||||||
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0)
|
# http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
@ -12,5 +12,8 @@ if defined(evmc_enabled):
|
||||||
# evmcLoadVMShowDetail log output will intefere with t8n ouput
|
# evmcLoadVMShowDetail log output will intefere with t8n ouput
|
||||||
switch("define", "chronicles_enabled=off")
|
switch("define", "chronicles_enabled=off")
|
||||||
else:
|
else:
|
||||||
switch("define", "chronicles_default_output_device=stderr")
|
switch("define", "chronicles_enabled=off")
|
||||||
switch("define", "chronicles_runtime_filtering=on")
|
# 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")
|
||||||
|
|
Loading…
Reference in New Issue