python-openstackclient/openstackclient
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 Do not prompt for scope options with default scoped tokens 2016-06-17 12:37:15 -04:00
common Standardize logger usage 2016-06-20 15:16:51 +00:00
compute Standardize logger usage 2016-06-20 15:16:51 +00:00
identity Standardize logger usage 2016-06-20 15:16:51 +00:00
image Standardize logger usage 2016-06-20 15:16:51 +00:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network Standardize logger usage 2016-06-20 15:16:51 +00:00
object osc-lib: command 2016-06-13 11:00:22 -05:00
tests Standardize logger usage 2016-06-20 15:16:51 +00:00
volume Merge "Standardize logger usage in volume" 2016-06-15 00:09:15 +00:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Do not prompt for scope options with default scoped tokens 2016-06-17 12:37:15 -04:00