We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently, the log level applied to all components is debug
debug
task: add a new field in the roller.toml which would control the log level for all components, eg:
roller.toml
logging: debug # or info, etc.
or add a logging section where each component can be configured separately, eg:
logging
logging: relayer: debug rollapp: info
The text was updated successfully, but these errors were encountered:
artemijspavlovs
anhductn2001
No branches or pull requests
currently, the log level applied to all components is
debug
task:
add a new field in the
roller.toml
which would control the log level for all components, eg:or add a
logging
section where each component can be configured separately, eg:The text was updated successfully, but these errors were encountered: