|
From: Joe R. <jro...@ho...> - 2006-10-03 19:45:09
|
Hello, Does anyone know if it's possible to change the time format of the log for wrapper? Here's what I have: INFO | jvm 1 | 2006/09/27 15:53:27 | Sep 27, 2006 3:53:27 PM: worker #38: EXIST \\URBWSR01\MFIPROD\Response\racf\AJB04A0205905296.racf <false> <success> - (CD:0 ms / TD:0 ms) INFO | jvm 4 | 2006/09/27 15:53:27 | Sep 27, 2006 3:53:27 PM: worker #38: EXIST \\URBWSR01\MFIPROD\Response\RACF\AKD015_59034035.txt <false> <success> - (CD:0 ms / TD:0 ms) INFO | jvm 4 | 2006/09/27 15:53:27 | Sep 27, 2006 3:53:27 PM: worker #40: ISFIL \\URBWSR01\MFIPROD\Response\Billing\Inquiry\ACD1640552706872.txt <true> <success> - (CD:0 ms / TD:0 ms) Since I'm trying to merge and sort logs from multiple running instances of a service, I need to be able to collate them with higher precision than seconds. Is it possible to get the time format down to the millisecond? Thanks, Joe R. |