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

Figure Out a Way to Setup Logger Early and Ergonomically #245

Open
zicklag opened this issue Oct 19, 2023 · 0 comments
Open

Figure Out a Way to Setup Logger Early and Ergonomically #245

zicklag opened this issue Oct 19, 2023 · 0 comments

Comments

@zicklag
Copy link
Member

zicklag commented Oct 19, 2023

Right now the logger isn't initialized until we start the Bevy app, which is after the bones plugins like the audio plugin have loaded, which means all log messages logged while the plugins are being installed is missed.

We should find a way to make it easy to setup a logger and have it created early enough to catch the plugin installs.

You should also be able to install custom tracing layers, which was something that we needed in Jumpy.

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

No branches or pull requests

1 participant