mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
remove line from log
This commit is contained in:
@@ -2,8 +2,6 @@ use tracing::level_filters::LevelFilter;
|
||||
|
||||
pub fn init(log_level: tracing::Level) {
|
||||
tracing_subscriber::fmt()
|
||||
.with_level(true)
|
||||
.with_line_number(true)
|
||||
.with_max_level(LevelFilter::from(log_level))
|
||||
.init()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user