Suppress ovsdb-server log messages about connections from ovs-vsctl.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Jun 2010 21:45:24 +0000 (14:45 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Jun 2010 18:49:56 +0000 (11:49 -0700)
commit36a7b32d790f2cee735520060a9b6221b7ae25ef
treed24dcaf7794b75a285c20c2dc742d6f36e708267
parentd1b801a597ddcaaa2bf03611ec88037a45f40355
Suppress ovsdb-server log messages about connections from ovs-vsctl.

In the ovsdb-server log there are fairly continuous messages like these:

Apr 26 11:27:55|15254|reconnect|INFO|unix:/tmp/stream-unix.31734.0: connected
Apr 26 11:27:55|15255|reconnect|INFO|unix:/tmp/stream-unix.31734.0: connection dropped
Apr 26 11:28:00|15256|reconnect|INFO|unix:/tmp/stream-unix.31810.0: connecting...
Apr 26 11:28:00|15257|reconnect|INFO|unix:/tmp/stream-unix.31810.0: connected
Apr 26 11:28:00|15258|reconnect|INFO|unix:/tmp/stream-unix.31810.0: connection dropped

These just indicate that ovs-vsctl is connecting to ovsdb-server from,
for example, the "vif" script.  But there's no need to log all that detail;
it's simply not useful.  This commit suppresses it.

Bug #2715.
lib/jsonrpc.c
lib/reconnect.c
lib/reconnect.h