feat: example improvements
This commit is contained in:
parent
b6c3b76891
commit
0c1396cac3
2 changed files with 16 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue