Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Feb 23, 2023
1 parent 54f095b commit 2ba5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub struct FileAppenderSettings {
impl Default for FileAppenderSettings {
fn default() -> Self {
Self {
rolling: Rolling::Daily,
rolling: Rolling::Never,
path: PathBuf::from("."),
prefix: String::from("log"),
}
Expand Down

0 comments on commit 2ba5958

Please sign in to comment.