less verbose node hop if not in debug mode

This commit is contained in:
Dobromir Popov
2026-06-30 17:44:21 +03:00
parent 6e4f755e71
commit 5fe471d8ca
5 changed files with 1533 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ DEFAULTS = {
"shard_end": None,
"port": 7000,
"host": "0.0.0.0",
"debug": False,
}