2022-08-20 15:45:02 +02:00

5 lines
80 B
Rust

pub fn init() {
// TODO: log to file
tracing_subscriber::fmt::init();
}