diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-10-09 10:48:05 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-10-09 10:48:05 +0200 |
commit | db0f7557f165b95b3e3ae61affe4279f0541a673 (patch) | |
tree | 162fb71e56369141346c2ee420a7e8f2b40868cb /sonar-core | |
parent | 63c73ea8c9539f17bd160b04b3ed946e97b61a53 (diff) | |
download | sonarqube-db0f7557f165b95b3e3ae61affe4279f0541a673.tar.gz sonarqube-db0f7557f165b95b3e3ae61affe4279f0541a673.zip |
SONAR-6830 apply feedback
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index e739976c016..241cfb7725b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3079,3 +3079,12 @@ background_tasks.cancel_all_tasks=Cancel All Pending Tasks background_tasks.pending=pending background_tasks.failures=failures background_tasks.in_progress_duration=Duration of the current task in progress. + + + +#------------------------------------------------------------------------------ +# +# SYSTEM +# +#------------------------------------------------------------------------------ +system.log_level.warning=Current level has performance impacts, please make sure to get back to INFO level once your investigation is done. Please note that when you restart the server, the level will automatically be reset to INFO. |