[
https://issues.apache.org/jira/browse/QPID-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401443#comment-13401443
]
Alan Conway commented on QPID-4084:
-----------------------------------
This is already implemented for the POSIX version of the broker, e.g.:
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)
and it appears that it has also been implemented on Windows, see
~/qpid/qpid/cpp/src/qpid/sys/windows/Time.cpp: void
outputHiresNow(std::ostream& o)
Are you using an older version of the broker?
> Qpid logger should you milliseconds in when outputing formatted timestamps
> --------------------------------------------------------------------------
>
> Key: QPID-4084
> URL: https://issues.apache.org/jira/browse/QPID-4084
> Project: Qpid
> Issue Type: Improvement
> Affects Versions: 0.12, 0.13, 0.14, 0.15, 0.16
> Reporter: Sergey Zhemzhitsky
>
> Here is the discussion:
> http://qpid.2158936.n2.nabble.com/Milliseconds-in-log-messages-td7578787.html
> I suppose
> [boost::posix_time::to_iso_extended_string(ptime)|http://www.boost.org/doc/libs/1_49_0/doc/html/date_time/posix_time.html#id1294754]
> function can be used, for example:
> {code}
> using namespace boost::posix_time;
> to_iso_extended_string(microsec_clock::local_time())
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]