change module_path to target

This commit is contained in:
griffi-gh 2023-01-15 01:47:25 +01:00
parent 2fd692c24d
commit 9b6c942efe

View file

@ -36,7 +36,7 @@ pub fn init() {
Level::Trace => "[t]",
}),
format!("{}", record.args()),
location_style.value(record.module_path().unwrap_or("<unknown>")),
location_style.value(record.target()),
location_line_style.value(" :"),
location_line_style.value(record.line().unwrap_or(0))
)