mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 12:26:02 +00:00
7 lines
258 B
Nim
7 lines
258 B
Nim
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")
|