On 6 July 2016 at 16:41, Daniele Di Proietto <[email protected]> wrote:
> Also update a comment. > > Signed-off-by: Daniele Di Proietto <[email protected]> > Acked-by: Gurucharan Shetty <[email protected]> > --- > python/ovs/vlog.py | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/python/ovs/vlog.py b/python/ovs/vlog.py > index 49210b8..48d52ad 100644 > --- a/python/ovs/vlog.py > +++ b/python/ovs/vlog.py > @@ -298,11 +298,10 @@ class Vlog(object): > return > > logger = logging.getLogger('syslog') > - # If there is no infrastructure to support python syslog, increase > - # the logging severity level to avoid repeated errors. > + # If there is no infrastructure to support python syslog, disable > + # the logger to avoid repeated errors. > if not os.path.exists("/dev/log"): > logger.disabled = True > - logger.setLevel(logging.CRITICAL) > return > > if syslog_handler: > -- > 2.8.1 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
