heat/heat/common
Tetiana Lashchova 4801c0f894 Use the right log marker functions
According to [1] _LI() should be used for LOG.info(), _LE() for
LOG.exception() and LOG.error(), _LW() for LOG.warning().
The log marker functions must only be used when the message is
sent directly to the log.
Debug level log messages should not be translated.

[1] http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: Ib9f92ef6696b9a95ddae74f0d4a0a557c06ecc91
2014-12-02 14:57:13 +02:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
auth_password.py Fix [H302] errors in heat/common 2014-11-20 15:06:53 +00:00
auth_url.py Fix [H302] errors in heat/common 2014-11-20 15:06:53 +00:00
config.py Merge "unconfigured clients look in the [clients] section for defaults" 2014-11-18 10:57:39 +00:00
context.py Move to oslo.middlware request_id module 2014-10-24 10:04:11 +01:00
crypt.py Fix spelling in a doc string 2014-06-04 15:49:18 -05:00
custom_backend_auth.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
environment_format.py Fix [H302] errors in heat/common 2014-11-20 15:06:53 +00:00
exception.py Use the right log marker functions 2014-12-02 14:57:13 +02:00
heat_keystoneclient.py Use the right log marker functions 2014-12-02 14:57:13 +02:00
i18n.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
identifier.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
lifecycle_plugin_utils.py Use the right log marker functions 2014-12-02 14:57:13 +02:00
messaging.py Add OSprofiler integration into Heat 2014-10-03 15:40:25 +10:00
param_utils.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
plugin_loader.py Using six.string_types for python3 compatible 2014-11-03 15:03:56 +08:00
policy.py Remove unused functions from policy enforcer 2014-07-16 19:06:12 +01:00
profiler.py Use the right log marker functions 2014-12-02 14:57:13 +02:00
serializers.py Replacing variable logger on LOG 2014-05-27 15:48:33 -04:00
short_id.py Fix [H302] errors in heat/common 2014-11-20 15:06:53 +00:00
template_format.py Fix translating error in unittests 2014-10-24 10:25:48 -04:00
timeutils.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
urlfetch.py Log translation hint for Heat.common 2014-09-04 10:48:46 +08:00
wsgi.py Use the right log marker functions 2014-12-02 14:57:13 +02:00