Increased logging level, until it's configurable
This commit is contained in:
parent
45ac1cf781
commit
e73fc2db51
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ impl CompositorState {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
Logger::init(LevelFilter::Info, None);
|
||||
Logger::init(LevelFilter::Debug, None);
|
||||
info!("Logger initialized");
|
||||
|
||||
build_compositor().run();
|
||||
|
|
Loading…
Reference in a new issue