mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-01-03 03:05:18 +00:00
qemu-rdw: add some setup tracing
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
18f887f111
commit
817d44e17a
@ -20,3 +20,4 @@ futures-util = "0.3"
|
||||
futures = "0.3"
|
||||
async-trait = "0.1"
|
||||
uds_windows = "1.0.2"
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter" , "fmt"], default-features = false }
|
||||
|
@ -295,6 +295,10 @@ impl App {
|
||||
|
||||
fn main() {
|
||||
pretty_env_logger::init();
|
||||
tracing_subscriber::fmt::init();
|
||||
unsafe {
|
||||
rdw::setup_logger(log::logger(), log::max_level()).unwrap();
|
||||
}
|
||||
|
||||
let app = App::new();
|
||||
app.run();
|
||||
|
Loading…
Reference in New Issue
Block a user