logos-storage-nim/tests/config.nims
richΛrd d65f32f819
chore: update libp2p to 2.0.0 (#1443)
Co-authored-by: Arnaud <arnaud@status.im>
2026-06-12 12:32:33 +00:00

15 lines
342 B
Nim

--path:
".."
--threads:
on
--tlsEmulation:
off
when not defined(chronicles_log_level):
--define:
"chronicles_log_level:TRACE" # compile trace log statements
--define:
"chronicles_sinks:textlines[dynamic]" # allow logs to be filtered at runtime
--"import":
"logging_config" # ensure that logging is ignored at runtime