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

Disable default-features in azalea dependency #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EnderKill98
Copy link

When creating a custom tracing_subscriber, bevy_log will complain on starting the bot:

2024-06-16T15:36:15.644997Z ERROR bevy_log: Could not set global logger and tracing subscriber as they are already set. Consider disabling LogPlugin.

This can be fixed by using default-features = false on the azalea dependency. However this crate, causes azalea's log feature to get re-enabled by default.

I looked to fix it with a patch-Section in the Cargo.toml. But it seems it can't fix this and is not meant to, since features are strictly additive.

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

1 participant