On 06/22/2012 07:02 AM, Zhemzhitsky Sergey wrote:
Hello Steve,

Here is the issue https://issues.apache.org/jira/browse/QPID-4084. It also 
contains a recommendation hot it possibly can be fixed.

Best Regards,
Sergey

-----Original Message-----
From: Steve Huston [mailto:[email protected]]
Sent: Thursday, June 21, 2012 9:39 PM
To: [email protected]
Subject: RE: Milliseconds in log messages

Hi Sergey,

Currently qpid supports two ways of timestamp logging: ordinary and
with high resolution timer (--log-hires-timestamp).

Here is the log output with ordinary formatted timestamps:
2012-06-
21 19:51:50 debug XXX
Here is the log output with hires timestamps:
1340294674.411677244s debug XXX

Right.

The problem is that quite often it's necessary to have formatted
timestamps
with milliseconds in log files.


This has been the case for a while on the posix broker -

2012-06-26 10:50:21.800176860 [Broker] critical Unexpected error: Can't bind to port 0.0.0.0:5672: Address already in use (../../qpid/cpp/src/qpid/sys/posix/Socket.cpp:206)

I didn't implement it on windows, as I'm not very knowledgeable there. It shouldn't be difficult though.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to