Skip to content

Commit

Permalink
disabled error logging for linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Jul 31, 2024
1 parent 4f4bf47 commit 33986c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lifecycler"
description = "Bevy Game Jam #5 submission. Terminal aquarium."
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "MIT OR Apache-2.0 OR CC0-1.0"
authors = ["cxreiff <cooper@cxreiff.com>"]
Expand Down
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ impl Plugin for AppPlugin {
exit_condition: ExitCondition::DontExit,
close_when_requested: false,
})
.set(LogPlugin {
level: bevy::log::Level::ERROR,
..default()
}),
.disable::<LogPlugin>(),
ScheduleRunnerPlugin::run_loop(Duration::from_secs_f64(1. / 90.)),
FrameTimeDiagnosticsPlugin,
RatatuiPlugins {
Expand Down

0 comments on commit 33986c0

Please sign in to comment.