> On Aug 6, 2018, at 2:36 PM, Ben Pfaff <[email protected]> wrote: > > The "wait" command in ovsdb-client (which was introduced as part of the > clustering support) fairly often logs things that are normal for it but > in other circumstances might be cause for concern, for example messages > about being unable to connect to a remote. Until now, it has tried to > suppress some of those itself by raising log levels. Unfortunately, in > some cases this had the opposite effect because it overrode any settings on > the command line, such as an attempt in ovsdb-cluster.at to suppress all > logging related to the timeval module. This commit drops the special > log levels from the "wait" command and puts equivalents into the tests > themselves. > > Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Justin Pettit <[email protected]> --Justin _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
