← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1781372] Re: No packet log if disable the ovs-agent DEBUG log level

 

Per #9, this bug can be marked as "Fix Released".

** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1781372

Title:
  No packet log if disable the ovs-agent DEBUG log level

Status in neutron:
  Fix Released

Bug description:
  ENV:
  neutron: stable/queens 12.0.2
  $ uname -r
  3.10.0-862.3.2.el7.x86_64

  $ sudo ovs-appctl vlog/list
                   console    syslog    file
                   -------    ------    ------
  backtrace          OFF        DBG       INFO
  ...
  ALL-app          OFF        DBG       INFO

  Configrations:
  neutron.conf
  service_plugins = ...,log

  openvswitch_agent.ini
  [agent]=
  extensions = ...,log

  [network_log]
  rate_limit = 100
  burst_limit = 25

  Neutron security group resource logging presents in ovs-agent.log:
  http://paste.openstack.org/show/725657/, here line 2 is the DROP action log.

  As the doc file says "log information is written to the destination if configured in local_output_log_base or system journal like /var/log/syslog."
  https://docs.openstack.org/neutron/queens/admin/config-logging.html

  So, if I disable the ovs-agent DEBUG leve service log, the resource
  LOG will not see anymore.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1781372/+subscriptions


References