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

chore(templates): update wry template to 0.37 #281

Merged
merged 1 commit into from
Feb 29, 2024
Merged

chore(templates): update wry template to 0.37 #281

merged 1 commit into from
Feb 29, 2024

Conversation

amrbashir
Copy link
Member

@amrbashir amrbashir commented Feb 28, 2024

closes #267


#[cfg(target_os = "android")]
fn init_logging() {
android_logger::init_once(
android_logger::Config::default()
.with_min_level(log::Level::Trace)
.with_max_level(log::LevelFilter::Trace)
Copy link
Sponsor Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it never interesting for users to get a higher level of logging?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the behavior is the same, it is just the with_min_level doesn't exist anymore

@amrbashir amrbashir merged commit 5a84ab2 into dev Feb 29, 2024
2 checks passed
@amrbashir amrbashir deleted the wry-0.37 branch February 29, 2024 19:30
@github-actions github-actions bot mentioned this pull request Feb 29, 2024
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.

Error running default wry template
3 participants