vlog: Add vlog/close command.
[cascardo/ovs.git] / python / ovs / vlog.py
2016-02-10 Ben Pfaffvlog: Add vlog/close command.
2016-02-02 Russell Bryantpython: Drop use of sys.maxint.
2016-01-22 Russell Bryantpython: Convert dict iterators.
2016-01-20 Russell Bryantpython: Stop using xrange().
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-05 Russell Bryantpython: Inherit from object.
2016-01-05 Russell Bryantpython: Fix several pep8 whitespace errors.
2015-02-03 YAMAMOTO Takashivlog: Fix "/dev/log" test
2015-01-29 Gurucharan Shettyvlog: Don't fail syslog initialization in chroot.
2015-01-28 Gurucharan Shettyvlog: Ability to override the default log facility.
2015-01-08 Gurucharan Shettyvlog: Rename the currently used term 'facility' as...
2014-05-05 Gurucharan Shettyvlog: Use python 2.4 compatible functions.
2014-04-28 Dave TuckerPython Logging Formatting Improvements
2013-10-25 Ben Pfaffjsonrpc: Only compose message to log if it's really...
2013-09-17 Ben Pfaffvlog: Fix formatting of milliseconds in Python log...
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-04-05 Romain Lengletvlog: extend syslog format to make OVS logs easier...
2013-02-28 Andy Zhoupython: Do not include time stamp in syslog messages.
2012-07-02 Arun SharmaPython daemons: Changed log date time format.
2012-05-22 Ben Pfaffpython: Implement "vlog/set", "vlog/list" unixctl comma...
2012-05-22 Ben Pfaffpython: Implement "vlog/reopen" unixctl command in...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2011-09-27 Ethan Jacksonpython: Create new vlog module.