Left-pad tid column.
This commit is contained in:
parent
7b6544bfa1
commit
4d68ddd883
@ -147,7 +147,7 @@ impl log::Log for GlogLogger {
|
||||
println!("filename {} {}", filename, link);
|
||||
let prefix = prefix_char(lvl);
|
||||
let msg = format!(
|
||||
"{}{} {} {}] {}",
|
||||
"{}{} {:7} {}] {}",
|
||||
prefix,
|
||||
now.format("%m%d %H:%M:%S%.6f"),
|
||||
gettid(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user