summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2012-01-27 10:54:02 -0800
committerGurucharan Shetty <gshetty@nicira.com>2012-01-27 16:56:12 -0800
commitb5d29991cc4722aec39c346c3f82291581e92aa0 (patch)
tree599ed498d79eb8cbce78e46f0385194f4eb9c9d5 /NEWS
parent6b8558f867edc8a9e1e2e2bd4f052a57caf5e863 (diff)
downloadopenvswitch-b5d29991cc4722aec39c346c3f82291581e92aa0.tar.gz
vlog: Change the default timestamp structure.
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 <gshetty@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7332f89f..e015739d0 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ post-v1.5.0
- The default bond_mode changed from SLB to active-backup, to protect
unsuspecting users from the significant risks of SLB bonds (which are
documented in vswitchd/INTERNALS).
+ - Logging to console and file will have UTC timestamp as a default for all
+ the daemons. An example of the default format is 2012-01-27T16:35:17Z.
+ ovs-appctl can be used to change the default format as before.
v1.5.0 - xx xxx xxxx