Fix no line breaks in logs (#9355)
This commit is contained in:
parent
29125e830b
commit
c21c19bd6c
@ -127,7 +127,7 @@ pub fn setup_log(config: &Config) -> Result<Arc<RotatingLogger>, String> {
|
||||
println!("{}", ret);
|
||||
}
|
||||
|
||||
write!(buf, "{}", ret)
|
||||
writeln!(buf, "{}", ret)
|
||||
};
|
||||
|
||||
builder.format(format);
|
||||
|
Loading…
Reference in New Issue
Block a user