From: Mike S. <msc...@ao...> - 2003-03-06 18:41:12
|
rog...@ea... wrote: > Hi all! > > In Log4perl the default date format is "YYYY/MM/DD HH:mm::ss". In > log4j it seems to be "YYYY-MM-dd HH:mm:ss,SSS" (ISO8601) Why not use > the same default format as log4j? At least a comment about this in the > docs would be nice. Problem with ",SSS" is that it's a standard Java feature but it's only available in Perl if Time::HiRes is installed. Regarding slashes vs. dashes, I'm flexible, though. Only drawback is that if we change it, some people's log files will change which might cause some headache for post processors they might have in place. Votes? -- -- Mike Mike Schilli log...@pe... |