useless iso8601 debug info displayed if use "--debug"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-ceilometerclient |
Fix Released
|
Low
|
Liusheng | ||
python-heatclient |
Fix Released
|
Low
|
Steve Baker | ||
python-keystoneclient |
Fix Released
|
Low
|
Liusheng | ||
python-swiftclient |
Fix Committed
|
Undecided
|
Qiu Yu |
Bug Description
if I use "keystone --debug user-list", CLI will display useless iso8601 debug info like:
DEBUG:iso8601.
DEBUG:iso8601.
DEBUG:iso8601.
DEBUG:iso8601.
DEBUG:iso8601.
DEBUG:iso8601.
DEBUG:iso8601.
DEBUG:iso8601.
additionally, other projects like ceilometer, use keystoneclient use "--debug" parameter in their commands, CLI will also display the iso8601 debug info (e.g. ceilometer --debug alarm-list), this is because other clients must call keystoneclient to get token.
Changed in python-keystoneclient: | |
assignee: | nobody → Liusheng (liusheng) |
Changed in python-keystoneclient: | |
importance: | Undecided → Low |
tags: | added: user-experience |
Changed in python-heatclient: | |
assignee: | nobody → Liusheng (liusheng) |
Changed in python-heatclient: | |
assignee: | Liusheng (liusheng) → Steve Baker (steve-stevebaker) |
Changed in python-ceilometerclient: | |
assignee: | nobody → Liusheng (liusheng) |
status: | New → In Progress |
Changed in python-ceilometerclient: | |
importance: | Undecided → Low |
Changed in python-keystoneclient: | |
milestone: | none → 0.10.0 |
Changed in python-keystoneclient: | |
status: | Fix Committed → Fix Released |
Changed in python-heatclient: | |
importance: | Undecided → Low |
milestone: | none → v0.2.11 |
Changed in python-heatclient: | |
status: | Fix Committed → Fix Released |
Changed in python-ceilometerclient: | |
milestone: | none → 1.3.0 |
status: | Fix Committed → Fix Released |
Changed in python-swiftclient: | |
assignee: | nobody → Qiu Yu (unicell) |
Fix proposed to branch: master /review. openstack. org/96413
Review: https:/