logging not module-level in agent_api.py
Bug #1576393 reported by
John Perkins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
steth |
Fix Released
|
Low
|
Unassigned |
Bug Description
Class-level logging found in agent_api, should be module-level.
Changed in steth: | |
assignee: | nobody → John Perkins (john-d-perkins) |
Changed in steth: | |
importance: | Undecided → Low |
status: | New → Confirmed |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/314346 /git.openstack. org/cgit/ openstack/ steth/commit/ ?id=8441ec86f47 5315e1cd9ac906b 6fd4698fcbe9af
Committed: https:/
Submitter: Jenkins
Branch: master
commit 8441ec86f475315 e1cd9ac906b6fd4 698fcbe9af
Author: Tin Lam <email address hidden>
Date: Mon May 9 19:35:15 2016 -0500
Move logging from class-level to module-level
Class-level logging found in the following module; the logger should be
module-level:
- agent_api.py
- drivers/dhcp.py
Change-Id: Iadffa4caaf37a4 a328b7dcdab9a37 081cd916244
Closes-Bug: #1576393