horizon/openstack_dashboard/dashboards/project/routers/ports
Akihiro Motoki ced987815d Ensure log messages are not translated
Previously translated messages are included in log messages
and it was determined what language is chosen by users.
It makes difficult for operators to understand log messgaes.

This commit tries to use English messages for all log messages.
The following policies are applied based on the past discussions
in the bug 1406333 and related reviews.

- English messages are used for log messages.
- log messages include exception messages if possible
  to help operators identify what happens.
- Use ID rather than name for log messages
  as ID is much more unique compared to name.
- LOG.debug() in success code path are deleted.
  We don't log success messages in most places and API calls to
  back-end services can be logged from python bindings.

Change-Id: Ie554463908327435d886d0d0f1671fd327c0cd00
Closes-Bug: #1406333
2017-04-11 10:24:01 +00:00
..
__init__.py Support Quantum L3 function 2013-01-07 20:24:57 -08:00
forms.py Ensure log messages are not translated 2017-04-11 10:24:01 +00:00
tables.py Ensure log messages are not translated 2017-04-11 10:24:01 +00:00
tabs.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Merge "Add Curvature topology" 2015-09-17 12:04:10 +00:00