[ovs-git] Open vSwitch: vlog: Move log level definitions from source code to user documentation. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Aug 1 20:28:20 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  7d110e960278c0b1f5c39e398a3aab9d02e84c00 (commit)
       via  c1a543a8d6d2847983b6b0defd1e19777da85715 (commit)
      from  733a287e17bf3764bf31c9528c6b6d30aafdec5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d110e960278c0b1f5c39e398a3aab9d02e84c00
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7d110e960278c0b1f5c39e398a3aab9d02e84c00
Author: Ben Pfaff <blp at nicira.com>
		
vlog: Move log level definitions from source code to user documentation.
		
Users should be able to find out what a log level means without reading
source code comments, so this seems like a better place for it.

Reported-by: David Tsai <dtsai at nicira.com>


commit c1a543a8d6d2847983b6b0defd1e19777da85715
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c1a543a8d6d2847983b6b0defd1e19777da85715
Author: Ben Pfaff <blp at nicira.com>
		
vlog: Add a new log level "off".
		
Until now, "emer" has effectively been "off" because no messages were ever
logged at "emer" level.  Justin points out that it is useful to use "emer"
for messages that indicate a fatal error.  This commit makes that change
and adds a new "off" level to really turn off all logging to a facility.


-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    6 +++
 lib/daemon.c                                       |    2 +-
 lib/vlog-unixctl.man                               |    2 +-
 lib/vlog.c                                         |   13 +++----
 lib/vlog.h                                         |   36 ++++---------------
 lib/vlog.man                                       |    5 ++-
 tests/interface-reconfigure.at                     |    4 +-
 tests/test-reconnect.c                             |    4 +-
 utilities/ovs-appctl.8.in                          |   34 +++++++++++++++++-
 utilities/ovs-appctl.c                             |   33 +++++++++---------
 utilities/ovs-ctl.in                               |    2 +-
 utilities/ovs-vsctl.c                              |    2 +-
 .../etc_xapi.d_plugins_openvswitch-cfg-update      |    4 +-
 xenserver/openvswitch-xen.spec                     |    4 +-
 ...ensource_libexec_InterfaceReconfigureVswitch.py |    2 +-
 ..._lib_xsconsole_plugins-base_XSFeatureVSwitch.py |    4 +-
 .../usr_share_openvswitch_scripts_ovs-xapi-sync    |    2 +-
 17 files changed, 88 insertions(+), 71 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list