From: Aamer A. <aa...@gm...> - 2005-10-08 07:09:29
|
Robert, inline: On 10/7/05, Techentin, Robert W. <tec...@ma...> wrote: > > > Please give them a whirl. > > =3D=3D=3D=3D createLogProc-1 create a proc and test it FAILED > =3D=3D=3D=3D Contents of test case: > > set a [logger::utils::createLogProc -category catTest -priority > critical -procName ::bobo -conversionPattern {\[%d\] \[%c\] \[%M\] \[%p\] > %m}] > eval $a > ::bobo test > > ---- Output was: > [G/10/07 07:40:13] [catTest] [namespace] [critical] test > > ---- Output should have been (regexp matching): > \[[\d:\/ ]+\] \[catTest\] \[namespace\] \[critical\] test > =3D=3D=3D=3D createLogProc-1 FAILED > This seems to be stemming from this line: {[*clock* *format* [*clock* seconds] -*format* {%G/%m/%d %H:%M:%S}]} For some reason %G is not being translated into four digit year. I check th= e 8.4 manaul and it does seem to be there... if this is being caused by running under 8.3, perhaps %Y instead of %G would be better. -- Aamer Akhter / aa...@gm... |