nim-codex/tests/config.nims
Adam Uhlíř e5df8c50d3
style: nph formatting (#1067)
* style: nph setup

* chore: formates codex/ and tests/ folder with nph 0.6.1
2025-01-21 20:54:46 +00:00

15 lines
332 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