summaryrefslogtreecommitdiff
path: root/common/src/log.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/log.rs')
-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()
)