Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions library/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@
lib
--noMain

# Logging
# Filter statements against the level set at runtime, which is what
# logging.setupLog applies from a node's `logLevel`. Without this chronicles
# resolves each statement's level at compile time and that configuration is
# accepted and ignored.
--define:chronicles_runtime_filtering=on

# Enable FFI macro features when needed for debugging
# --define:ffiDumpMacros
Loading