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

Update RUST_LOG from verbose to debug, as verbose outputs no logging #311

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Fmstrat
Copy link

@Fmstrat Fmstrat commented May 18, 2024

When troubleshooting, verbose value for RUST_LOG doesn't print anything, not even info values. So if you're trying to figure out why your upgrade isn't loading in the UI, you turn on verbose logging but can't see that the DB migrations are running.

Updated the "most verbose" line in the Troubleshooting doc to use debug instead, which provides more context than info.

@Nutomic
Copy link
Member

Nutomic commented May 20, 2024

Its because verbose is not a valid log level, it should be trace instead. Can you change that?

https://docs.rs/env_logger/latest/env_logger/#enabling-logging

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

Successfully merging this pull request may close these issues.

None yet

2 participants