-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: logging entry does not contain timestamps? #304
Comments
I'm going to look into this issue. |
@yxiang92128 Did you ever call |
@JinmingHu-MSFT Thanks, |
@yxiang92128 Maybe you should setup formatter or register attributes by yourself instead of calling The following easy log init code works for me.
And you can have a look at |
We're going to close this issue because of inactivity, feel free to reopen it if you have any further questions. |
Hi,
I am using a file_backend in boost to dump the azure logs with format specified as below: boost::log::keywords::format = "%UTCTimeStamp% (%TimeStamp%) [%ThreadID%]: %Message%",
However the messages shown in the log don't seem to contain timestamp/thread number:
59B8CCCB-B782-418A-94BD-668C5C521B48 : Failed request ID =
59B8CCCB-B782-418A-94BD-668C5C521B48 : Exception thrown while processing response: Not Found
59B8CCCB-B782-418A-94BD-668C5C521B48 : Retry policy did not allow for a retry, so throwing exception: Not Found
267F2550-8563-4DCA-9CAD-3306199FEF39 : Exception thrown while processing response: Error in SSL handshake
I can't figure out what I've done wrong here. Can you please help?
Thanks,
Yang
The text was updated successfully, but these errors were encountered: