On 01/28/15 at 01:19pm, Gurucharan Shetty wrote:
> When OVS unit tests are run inside chroot environment,
> there is no syslog infrastructure available. In a
> situation like that, don't fail or log additional messages.
> 
> Signed-off-by: Gurucharan Shetty <[email protected]>

The commit message "don't [...] log additional messages" confused me at
first, until I realized that the Vlog class attempts to use all of

        {"console": "info", "file": "info", "syslog": "info"}

for logging and this change causes syslog to be skipped if /dev/log
is not available so messages would still be logged to the console.

Acked-by: Thomas Graf <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to