Watcher API - main() function contains duplicate setup
Bug #1522781 reported by
Vincent Françoise
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
watcher |
Fix Released
|
Low
|
Darren Shaw |
Bug Description
The following line is executed twice:
logging.setup(CONF, 'watcher')
The first time is within the prepare_service() function and the second one is inside the main() function in watcher/cmd/api.py
Changed in watcher: | |
importance: | Undecided → Low |
Changed in watcher: | |
assignee: | nobody → Darren Shaw (ds354m) |
Changed in watcher: | |
milestone: | none → mitaka-2 |
Changed in watcher: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/253764
Review: https:/