mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-02 21:43:11 +00:00
15 lines
379 B
Nim
15 lines
379 B
Nim
--define:
|
|
metrics
|
|
|
|
switch("define", "libp2p_pki_schemes=secp256k1")
|
|
|
|
# switch("define", "chronicles_runtime_filtering=true")
|
|
# Sets TRACE logging for everything except DHT
|
|
switch("define", "chronicles_log_level=TRACE")
|
|
switch("define", "chronicles_disabled_topics:discv5")
|
|
switch("define", "chronicles_disable_thread_id")
|
|
|
|
when (NimMajor, NimMinor) >= (2, 0):
|
|
--mm:
|
|
refc
|