feat: example improvements

This commit is contained in:
Ashley Wulber 2023-05-09 16:26:26 -04:00
parent b6c3b76891
commit 0c1396cac3
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 16 additions and 5 deletions

View file

@ -9,7 +9,7 @@ pub use window::*;
pub fn main() -> cosmic::iced::Result {
let env = Env::default()
.filter_or("MY_LOG_LEVEL", "debug")
.filter_or("MY_LOG_LEVEL", "info")
.write_style_or("MY_LOG_STYLE", "always");
env_logger::init_from_env(env);