No handler for loggers in each file
Bug #1609203 reported by
Tang Chen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
New
|
Undecided
|
Tang Chen |
Bug Description
Now OSC is using the style below to do logging in each command class file:
LOG = logging.
LOG.
But when we try to log something, the error below comes out:
No handlers could be found for logger "XXX"
This is because the handler of the logger is not configured.
Changed in python-openstackclient: | |
assignee: | nobody → Tang Chen (tangchen) |
To post a comment you must log in.