emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
315 stars 55 forks source link

Consider removing feature flag from `DeferredNow::format_rfc3339` #132

Closed hasezoey closed 1 year ago

hasezoey commented 1 year ago

I dont see a reason on why to keep it behind a feature flag when just wanting to use this logging format. It does not have any requirements related to syslog_writer, just sets a custom format (in the style of RFC 3339).

current flexi_logger version: 0.24.2

PS: currently the Changelog says that 0.24.2 is unpublished, which is not true see crates.io