heat/heat/engine/resources/aws
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 Split scaling policy into separate files 2014-08-27 20:27:19 +08:00
autoscaling_group.py Use the right log marker functions 2014-12-02 14:57:13 +02:00
launch_config.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
scaling_policy.py Log translation hint for Heat.engine (part1) 2014-10-14 16:14:56 +08:00