ceilometer/ceilometer/storage
chenaidong1 43a6286d13 Modify variable's usage in Log Messages
String interpolation should be delayed to be handled by the logging code,
rather than being done at the point of the logging call.
Ref:http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages
For example:
WRONG:  LOG.info(_LI('some message: variable=%s') % variable)
RIGHT:  LOG.info(_LI('some message: variable=%s'), variable)

Change-Id: Icf027d87adc6d552711d178c54640d2f8b6af662
2017-03-10 13:57:00 +08:00
..
hbase Fix same type of simple message error 2017-01-19 20:42:32 +08:00
mongo Modify variable's usage in Log Messages 2017-03-10 13:57:00 +08:00
sqlalchemy Remove events storage and API 2017-01-06 16:33:53 +01:00
__init__.py Remove events storage and API 2017-01-06 16:33:53 +01:00
base.py storage: stop using global conf 2016-11-24 08:56:55 +01:00
impl_hbase.py storage: stop using global conf 2016-11-24 08:56:55 +01:00
impl_log.py correct docstring in storage module 2016-03-22 17:59:59 +08:00
impl_mongodb.py storage: stop using global conf 2016-11-24 08:56:55 +01:00
impl_sqlalchemy.py storage: stop using global conf 2016-11-24 08:56:55 +01:00
models.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
pymongo_base.py Update to hacking 0.11.0 2016-05-13 05:15:10 +08:00