2023-03-16 14:32:09 +00:00
|
|
|
--path:".."
|
|
|
|
--threads:on
|
|
|
|
--tlsEmulation:off
|
|
|
|
|
2023-10-26 19:01:35 +00:00
|
|
|
--d:chronosFuturesInstrumentation
|
|
|
|
|
2023-03-16 14:32:09 +00:00
|
|
|
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
|