Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nodes from --info output #637

Open
rcarteraz opened this issue Jul 8, 2024 · 1 comment
Open

Remove nodes from --info output #637

rcarteraz opened this issue Jul 8, 2024 · 1 comment

Comments

@rcarteraz
Copy link
Member

Current Issue

  • The --info output has become excessively long due to the increasing size of meshes.
  • Recent changes in how --info is displayed can result in node-specific information being pushed out of view at the top of the output.
  • We already have a --nodes option that provides node-specific information, making the inclusion of nodes in --info redundant.

Proposed Solution

Remove the nodes listing from the --info output:

  • This will improve readability by shortening the output.
  • Users will be more likely to see information specific to their node without scrolling through a lengthy output.
  • It will reduce redundancy, as the --nodes option already provides detailed node information.
@ianmcorvidae
Copy link
Contributor

As someone wisely pointed out in discord, recording here for anyone who might stumble upon it: there is a --no-nodes option that directs sufficiently new firmware to not send nodes during the initial sequence. This will, at least, mean that only your own local node should usually appear in --info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants