summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAntoine A <>2023-01-24 13:31:49 +0100
committerAntoine A <>2023-01-24 13:32:49 +0100
commit065a0d5ed7f17d512bafc4ba2b41321cd4905587 (patch)
tree5f477d1315a3f9b957932ea5cd26da6dc3b3313c /common
parenta5767d94f785e27cce6d9f450997fe6c8d3ed883 (diff)
downloaddepolymerization-065a0d5ed7f17d512bafc4ba2b41321cd4905587.tar.gz
depolymerization-065a0d5ed7f17d512bafc4ba2b41321cd4905587.tar.bz2
depolymerization-065a0d5ed7f17d512bafc4ba2b41321cd4905587.zip
Fix logging
Diffstat (limited to 'common')
-rw-r--r--common/src/log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/log.rs b/common/src/log.rs
index bb7c27e..3923266 100644
--- a/common/src/log.rs
+++ b/common/src/log.rs
@@ -26,7 +26,7 @@ fn custom_format(
write!(
w,
"{} {} {}",
- now.format("[year]-[month]-[day]T[hour]:[minute]:[second].[subsecond digits:6][offset_hour sign:mandatory][offset_minute]"),
+ now.format("%+"),
record.level(),
&record.args()
)