# Decreases memory-handling function calls, resulting in less "used" memory and faster allocation speeds at the cost of mapping a huge amount of virtual memory.
# The capturing of spantraces will still happen if `logging` is enabled.
disable-logging=[]#["tracing/max_level_off"] <-- no longer needed, would enable the `tracing` feature which we don't want.
# Capture spantraces
#
# Will cause a slowdown, but provide more information in the event of an error or when debugging.
logging=["tracing","tracing-subscriber","tracing-error","color-eyre/capture-spantrace"]#, "recolored" <- XXX doesn't work in tracing output for some reason...]