Skip to content

Commit

Permalink
feat: Add bones logging setup, enables logging to file system (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed Sep 11, 2024
1 parent 26a2e89 commit dfe6f58
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
43 changes: 30 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ pub struct GameMusic {
}

fn main() {
// Init logging
setup_logs!("org", "fishfolk", "jumpy");

// Initialize the Bevy task pool manually so that we can use it during startup.
bevy_tasks::IoTaskPool::init(bevy_tasks::TaskPool::new);

Expand Down

0 comments on commit dfe6f58

Please sign in to comment.