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 support for log namespaces #21758

Open
ilmotta opened this issue Dec 4, 2024 · 0 comments
Open

Add support for log namespaces #21758

ilmotta opened this issue Dec 4, 2024 · 0 comments

Comments

@ilmotta
Copy link
Contributor

ilmotta commented Dec 4, 2024

Problem

As described in status-im/status-desktop#16511, geth.log grows too fast. To help mitigate this problem, log namespaces are being introduced in status-go and in status-mobile we should adjust the way the user can change the log level in Advanced Settings.

This issue should be resolved around the same time the changes from PR status-im/status-go#6164 are merged into status-go develop.

Implementation details are in PR status-im/status-go#6164.

Acceptance Criteria

  • The user can see all log namespaces in Advanced Settings and modify the log level per namespace.
  • We haven't yet redesigned the Advanced Settings, so feel free to resolve this issue using the legacy code from the existing Advanced Settings. If using the legacy solution, there's no need to align with designers on the solution (although it wouldn't hurt).

Note: log namespaces are returned in status-go's struct params.NodeConfig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant