python-openstackclient/openstackclient/tests
Tang Chen 047cb68493 Standardize logger usage
Use file logger for all command specific logs.

This patch also fixes some usage that doesn't
follow rules in:
http://docs.openstack.org/developer/oslo.i18n/guidelines.html

After this patch, all self.log and self.app.log
will be standardized to LOG().

NOTE: In shell.py, we got the log in class OpenStackShell,
      which is also known as self.app.log in other classes.
      This logger is used to record non-command-specific logs.
      So we leave it as-is.

Change-Id: I114f73ee6c7e84593d71e724bc1ad00d343c1896
Implements: blueprint log-usage
2016-06-20 15:16:51 +00:00
..
api osc-lib: exceptions 2016-06-13 10:50:01 -05:00
common Do not prompt for scope options with default scoped tokens 2016-06-17 12:37:15 -04:00
compute Standardize logger usage 2016-06-20 15:16:51 +00:00
identity Make set/unset command in identity and image pass normally when nothing specified 2016-06-17 04:20:28 +00:00
image Merge "Make set/unset command in identity and image pass normally when nothing specified" 2016-06-17 06:24:35 +00:00
network Support bulk deletion for delete commands in networkv2 2016-06-16 12:46:32 +00:00
object Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
volume Standardize logger usage in volume 2016-06-14 16:37:57 -05:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Moving authentication from keystoneclient to keystoneauth 2016-06-09 18:00:40 +02:00
test_shell.py Fix foundation copyrights 2016-06-14 09:49:28 -05:00
utils.py Add network segment command object 2016-05-27 12:58:25 -05:00