[ovs-git] Open vSwitch: syslog: Provide stub functions for openlog and syslog. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jan 24 16:00:04 UTC 2014


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  5a6af13f9645865b21c144a5a46aed79f8d8f2e5 (commit)
      from  fa5b8c6724f3fdfd290c414ec194c8948e57e775 (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 5a6af13f9645865b21c144a5a46aed79f8d8f2e5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5a6af13f9645865b21c144a5a46aed79f8d8f2e5
Author: Gurucharan Shetty <gshetty at nicira.com>
		
syslog: Provide stub functions for openlog and syslog.
		
One option to implement openlog and syslog functionality in Windows
is to use windows event logger. But it looks like it involves changing
registry settings and in general looks complicated.

For the time being, do nothing for syslog. All the information needed for
debugging will be present through the 'file' option anyways.

We can start OVS daemons on Windows with "-vfile:info -vsyslog:off".

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 include/windows/syslog.h  |   11 +++++++++++
 lib/vlog-unixctl.man      |    4 ++++
 lib/vlog.man              |    4 ++++
 utilities/ovs-appctl.8.in |    4 ++++
 4 files changed, 23 insertions(+)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list