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

Adds: ability to set debug logger level for release builds #221

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

korvyashka
Copy link
Contributor

Now debug calls are not stripped from release version, which in our case seems fine.

For release build INFO level is still a default, but could be overrdriven by default env var.
RUST_LOG is expected env for the log library, so no reason to replace it with our implementation --log-level or smth else.

RUST_LOG=debug ../target/release/screenly edge-app list

@korvyashka korvyashka merged commit 2a9fe64 into master Sep 11, 2024
9 checks passed
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.

2 participants