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

Move log-level verbosity in skaled from cmdline to schain_config.json #934

Open
DmytroNazarenko opened this issue Mar 23, 2023 · 0 comments
Assignees

Comments

@DmytroNazarenko
Copy link
Contributor

Schain config contains the value for log-level of consensus:

            "logLevel": "info",
            "logLevelConfig": "info",

Log-level for skaled now setting to cmdline by skale admin and not present in schain config.
To change consensus log-level need to rewrite 2 rows in schain config and it affects only 1 Schain.
To change skaled log-level need to rewrite staticschainparams.json for all schains and affect all schains on the node.
Need to add log-level for skaled to schain config for most uncomplicated and precise debug procedure and remove log-level value from cmdline.

@DmytroNazarenko DmytroNazarenko added the enhancement New feature or request label Mar 23, 2023
@DmytroNazarenko DmytroNazarenko added Technical debt and removed enhancement New feature or request labels Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants