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

Add logging of hashes to all nodes #2474

Closed
chair28980 opened this issue Feb 23, 2024 · 2 comments
Closed

Add logging of hashes to all nodes #2474

chair28980 opened this issue Feb 23, 2024 · 2 comments
Assignees
Labels
status-waku-integ All issues relating to the Status Waku integration.

Comments

@chair28980
Copy link
Contributor

For each node in the fleet, we want to log at INFO level any message that comes in and out.

This should be logged for any protocol:

  1. Relay, when a message comes in, ideally with the peer ID of the sender
  2. Relay, when a messages goes out, ideally with the peer ID of the receiver
  3. Store, when a message comes in and when a message is stored
  4. Lightpush, when a message is received from a lightpush client, with peer ID
  5. Filter, when a message is pushed to a client, with the peerID

Some of these might already be logged, but we would like to have them enabled for any node at INFO level, instead of only a selection of nodes.

Logs should be available in kibana.

I think that should cover all the cases, but let me know if there's more to be logged.

@chair28980 chair28980 added the status-waku-integ All issues relating to the Status Waku integration. label Feb 23, 2024
@Ivansete-status
Copy link
Collaborator

@Ivansete-status
Copy link
Collaborator

I close this because it has been covered by: #2640

and by: #2495 ( this one has libp2p changes that hasn't been added to nwaku-master )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status-waku-integ All issues relating to the Status Waku integration.
Projects
Archived in project
Development

No branches or pull requests

4 participants