python-barbicanclient/barbicanclient
Jeremy Liu a6ac975f77 Supress client debug messages
cliff sets log level to DEBUG in `run` function [1], need to overwrite
this configuration to depress DEBUG messages. This patch adds such
configuration in `prepare_to_run_command` function which will be called
by cliff after it sets log level to DEBUG [2][3].

[1] https://github.com/openstack/cliff/blob/master/cliff/app.py#L248
[2] https://github.com/openstack/cliff/blob/master/cliff/app.py#L279
[3] https://github.com/openstack/cliff/blob/master/cliff/app.py#L393

Change-Id: I5c270d74cb09e90b8a98fd8febf587b98db2306f
Closes-bug: #1681966
2018-03-19 16:18:28 +08:00
..
barbican_cli Add secret_type filter to CLI 2017-07-25 15:15:59 +08:00
tests Refactor barbicanclient 2017-06-20 10:59:08 +08:00
v1 Correct docs usage of keystoneauth1 session 2017-09-12 16:06:15 -05:00
__init__.py Workaround for importing objects from old path 2017-07-29 09:53:02 +08:00
_i18n.py Update the documentation link for doc migration 2017-07-21 16:22:19 +08:00
barbican.py Supress client debug messages 2018-03-19 16:18:28 +08:00
base.py Enable F and H flake8 rules 2017-03-29 13:31:39 -04:00
client.py Correct docs usage of keystoneauth1 session 2017-09-12 16:06:15 -05:00
exceptions.py Refactor barbicanclient 2017-06-20 10:59:08 +08:00
formatter.py Add to_dict method to EntityFormatter. 2015-10-09 11:29:03 -04:00
osc_plugin.py Pass OSC interface through to barbican plugin 2018-01-16 17:18:42 +01:00
version.py Set client module __version__ 2017-03-25 06:11:52 +00:00