logos-storage-nim/tests/config.nims
2025-02-20 18:13:54 -03:00

18 lines
361 B
Nim

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