mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-18 16:39:29 +00:00
15 lines
342 B
Nim
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
|