debug level logs should not be translated

According to the OpenStack translation policy available at
https://wiki.openstack.org/wiki/LoggingStandards debug messages
should not be translated. Like mentioned in several changes in
Nova by garyk this is to help prioritize log translation.

This patch adds a new hacking check - N319 - that ensures all
debug log messages don't have translations.

Change-Id: Id9c2715f25c8f2ea52235aba4bd1583655391584
Implements: blueprint debug-translation-removal
Closes-Bug: #1318713
This commit is contained in:
Christian Berendt
2014-05-12 18:28:58 +02:00
committed by John Griffith
parent a398e1b5be
commit 5061ab9586
97 changed files with 1065 additions and 1011 deletions

View File

@@ -8,6 +8,8 @@ Cinder Style Commandments
Cinder Specific Commandments
----------------------------
- [N319] Validate that debug level logs are not translated
General
-------
- Use 'raise' instead of 'raise e' to preserve original traceback or exception being reraised::