Re: [ovs-dev] [PATCH v2] vlog: Change the default timestamp structure.

2012-01-27 Thread Ben Pfaff
On Fri, Jan 27, 2012 at 03:55:17PM -0800, Gurucharan Shetty wrote: > Change the default timestamp for console and file logs to > UTC in a format that satisfies timestamp requirements in RFC 5424. > > Also, add the ability for ovs-appctl to log timestamps in UTC. > > Bug #9052. > > Signed-off-by:

[ovs-dev] [PATCH v2] vlog: Change the default timestamp structure.

2012-01-27 Thread Gurucharan Shetty
Change the default timestamp for console and file logs to UTC in a format that satisfies timestamp requirements in RFC 5424. Also, add the ability for ovs-appctl to log timestamps in UTC. Bug #9052. Signed-off-by: Gurucharan Shetty --- NEWS |3 +++ lib/dynamic-string.c