reduce severity of network notfound trace when looked up by dhcp agent
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Armando Migliaccio | ||
Havana |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Neutron Server log has a gazillion of these traces:
2013-11-15 00:40:31.639 8016 ERROR neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
2013-11-15 00:40:31.639 8016 TRACE neutron.
These are about the dhcp agent wanting the sync the state between its local representation of the one on the server's. But an unfound network should be tolerated and no exception trace should be reported.
Changed in neutron: | |
assignee: | nobody → Armando Migliaccio (armando-migliaccio) |
Changed in neutron: | |
status: | New → Fix Committed |
Changed in neutron: | |
milestone: | none → icehouse-1 |
importance: | Undecided → Medium |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | icehouse-1 → 2014.1 |
Why do you think exception trace should not be logged? Isn't it regulated with logging level?