|
From: Roger D. <rog...@gl...> - 2006-07-06 16:51:45
|
*a-hem* so it does *looks down at shoes*
My only excuse is that I was going through some old requests in our
internal tracking database, and, um, I was busy ... umm... I have no
excuse at all, just off on holiday soon:-) However, nice to know the intro
of log4perl into our build system solves 4 requests at the same
time...which is good!!!
Roger
At 05/07/2006 18:55:37, log...@li...
wrote:
>On Mon, 3 Jul 2006, Roger Day wrote:
>
>> Currently, the logging times are being output in GMT. What's the
easiest
>> way to get them into localtime which for me, is BST?
>
>Actually, Log4perl uses localtime, not gmtime:
>
># test.pl
>use Log::Log4perl qw(:easy);
>Log::Log4perl->easy_init({ level => $DEBUG, layout => "%d %m%n"} );
>DEBUG "hi there!";
>
>$ ./test.pl
>2006/07/05 10:53:57 hi there!
>
>$ date
>Wed Jul 5 10:53:58 PDT 2006
>
>-- Mike
>
>Mike Schilli
>m...@pe...
>
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job
easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>log4perl-devel mailing list
>log...@li...
>https://lists.sourceforge.net/lists/listinfo/log4perl-devel
>
|