[pmg-devel] applied: [PATCH log-tracker 1/2] add support for bookworm syslog time format
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jun 26 22:00:58 CEST 2023
Am 26/06/2023 um 12:41 schrieb Mira Limbeck:
> Adds `proxmox-time` as dependency to parse the timestamp
>
> Since parse_rfc3339 can't handle microseconds, we try to remove the dot
> followed by 6 digits of microseconds before passing it to parse_rfc3339.
>
> A fallback to the previous format is used when when it fails to parse
> the new format.
>
> Signed-off-by: Mira Limbeck <m.limbeck at proxmox.com>
> ---
> Cargo.toml | 1 +
> src/main.rs | 36 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 37 insertions(+)
>
>
applied both patches, thanks! (but forgot ameding them with Dominik's R-b, T-b, sorry!)
More information about the pmg-devel
mailing list