|
|
@ -71,7 +71,7 @@ fn init_logging() -> Result<(), fern::InitError> {
|
|
|
|
.format(|out, message, record| {
|
|
|
|
.format(|out, message, record| {
|
|
|
|
out.finish(format_args!(
|
|
|
|
out.finish(format_args!(
|
|
|
|
"{}[{}][{}] {}",
|
|
|
|
"{}[{}][{}] {}",
|
|
|
|
chrono::Local::now().format("[%Y-%m-%d][%H:%M:%S]"),
|
|
|
|
chrono::Local::now().format("[%Y-%m-%d %H:%M:%S]"),
|
|
|
|
record.target(),
|
|
|
|
record.target(),
|
|
|
|
record.level(),
|
|
|
|
record.level(),
|
|
|
|
message
|
|
|
|
message
|
|
|
|