We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfb196 commit adbefabCopy full SHA for adbefab
src/logging.rs
@@ -8,7 +8,7 @@ pub struct SimpleLogger {
8
lcore_id: i32,
9
}
10
11
-const FORMATTER: &[FormatItem<'_>] = format_description!("[year]-[month]-[day] [hour]:[minute]:[second].[subsecond digits:9] [offset_hour][offset_minute]");
+const FORMATTER: &[FormatItem<'_>] = format_description!("[year]-[month]-[day] [hour]:[minute]:[second].[subsecond digits:9] [offset_hour sign:mandatory][offset_minute]");
12
13
impl log::Log for SimpleLogger {
14
fn enabled(&self, metadata: &Metadata) -> bool {
0 commit comments