Re: Syslog date format

2009-07-27 Thread Mel Flynn
) ARISING IN ANY WAY X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X * SUCH DAMAGE. X * X * Taillog: tail(1) helper that converts syslog date format to ISO-8601. X */ X#include sys/cdefs.h X__FBSDID($Coar: utils/taillog/taillog.c,v 1.1 2009/07/27 07:58:48 mel Exp $); X X

Syslog date format

2009-07-26 Thread Modulok
Is it possible (without patching source) to change the date format that syslog spits out into the log files? If so, how? The manual page makes no mention of it. Thanks. -Modulok- ___ freebsd-questions@freebsd.org mailing list

Re: Syslog date format

2009-07-26 Thread Dan Nelson
In the last episode (Jul 26), Modulok said: Is it possible (without patching source) to change the date format that syslog spits out into the log files? If so, how? The manual page makes no mention of it. No, if you want to change it you'd have to edit the source. Note that the current date

Re: Syslog date format

2009-07-26 Thread Modulok
One would think that ISO 8601 date strings would make more sense, in addition not being language dependent. But I guess that's out. Thanks anyway! -Modulok- On 7/26/09, Dan Nelson dnel...@allantgroup.com wrote: In the last episode (Jul 26), Modulok said: Is it possible (without patching