smart-house-web: в работе
This commit is contained in:
10
smart-house-web/backend/src/main.rs
Normal file
10
smart-house-web/backend/src/main.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use tracing::info;
|
||||
|
||||
fn main() {
|
||||
// tracing_subscriber::fmt::init();
|
||||
let _s = tracing_subscriber::fmt()
|
||||
.event_format(tracing_subscriber::fmt::format().compact())
|
||||
.init();
|
||||
info!("logger initialized");
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user