[object Object]

← back to Exo

log EXO_LIBP2P_NAMESPACE on start

16e2bfd3b37dabdf50b26a99e19239e65074d456 · 2025-12-30 02:18:44 +0000 · Alex Cheema

Files touched

Diff

commit 16e2bfd3b37dabdf50b26a99e19239e65074d456
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Tue Dec 30 02:18:44 2025 +0000

    log EXO_LIBP2P_NAMESPACE on start
---
 src/exo/main.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exo/main.py b/src/exo/main.py
index 3ce0d617..d6750a29 100644
--- a/src/exo/main.py
+++ b/src/exo/main.py
@@ -1,5 +1,6 @@
 import argparse
 import multiprocessing as mp
+import os
 import signal
 from dataclasses import dataclass, field
 from typing import Self
@@ -194,6 +195,7 @@ def main():
     # TODO: Refactor the current verbosity system
     logger_setup(EXO_LOG, args.verbosity)
     logger.info("Starting EXO")
+    logger.info(f"EXO_LIBP2P_NAMESPACE: {os.getenv('EXO_LIBP2P_NAMESPACE')}")
 
     node = anyio.run(Node.create, args)
     anyio.run(node.run)

← ade3ee7e fix warmup order. should be rank!=0 then rank=0  ·  back to Exo  ·  remove mx.set_cache_limit 8a6da584 →