vswitchd: Improve log options passed down to secchan.
authorBen Pfaff <blp@nicira.com>
Sat, 3 Jan 2009 01:26:26 +0000 (17:26 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 3 Jan 2009 01:26:26 +0000 (17:26 -0800)
commit954a27281b175dd0429dd1bfa155fd2e35e8108d
tree2b9b5ba047cf44484776403134855ffa269f88b7
parent89c8ff6cdf4e0d3390d372767fd05c59f655aadf
vswitchd: Improve log options passed down to secchan.

Previously, secchan as started by vswitchd would always log to the console.
Now, it logs to the console only if any logging to the console is enabled
for vswitchd.

Previously, secchan as started by vswitchd would never log to a file.  Now,
it logs to a file if vswitchd is configured to do so.

Also, use the bridge name in the vlog log pattern, instead of the datapath
number, so that users can more easily relate log messages to bridges.

Requested by Keith.
vswitchd/bridge.c