#97 closed enhancement (fixed)
Parameter log time format with strftime for innfeed
Reported by: | Julien ÉLIE | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | 2.5.0 |
Component: | innfeed | Version: | 2.4.5 |
Severity: | wishlist | Keywords: | |
Cc: |
Description
This patch from Alexander Bartolich adds a new log-time-format: parameter for innfeed.
innfeed currently uses ctime(3) to print date and time. He changed that all to strftime(3) and made the format string configurable.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | innfeed-ctime.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | → 2.5.0 |
---|
Note: See
TracTickets for help on using
tickets.
(In [8243]) Add a new log-time-format: parameter for innfeed.
Change ctime(3) to strftime(3).
Update documentation and innfeed.conf sample file.
Thanks to Alexander Bartolich for the patch.
close #97