Hi All,

We have worked on a redfish URI that provides host log information, which is based on obmc-console and phosphor-hostlogger. Now we can get host log and fill information into host log entry, but here we have a problem about timestamp.

 

One of the log entry level “created time”, need to follow the time format like RFC3339, and for now, the host log only provides hour, minute, and second time info. We want to modify the timestamp to RFC3339 format to fit the log entry time format.

 

Here is a sample host log with timestamp providing by phosphor-hostlogger:

[ 00:00:31 ] >>> Log collection started at 1970-01-01 00:00:31

 

After modified, the message will be liked:

[ 1970-01-01T00:00:31+00:00 ] >>> Log collection started at 1970-01-01 00:00:31

 

if the changes make sense, we will push the changes to upstream.

Please let us know if there's any issue, thank you.

 

Sincerely,

Spencer