15 lines
379 B
Plaintext
Raw Normal View History

2025-02-05 16:35:02 +01:00
--define:
metrics
2025-02-06 10:33:11 +01:00
2025-02-07 13:21:19 +01:00
switch("define", "libp2p_pki_schemes=secp256k1")
2025-02-05 15:21:11 +01:00
# switch("define", "chronicles_runtime_filtering=true")
2025-02-06 10:33:11 +01:00
# Sets TRACE logging for everything except DHT
2025-02-07 13:44:35 +01:00
switch("define", "chronicles_log_level=TRACE")
switch("define", "chronicles_disabled_topics:discv5")
switch("define", "chronicles_disable_thread_id")
2025-02-06 10:16:47 +01:00
when (NimMajor, NimMinor) >= (2, 0):
2025-02-06 10:33:11 +01:00
--mm:
refc