]> source.dussan.org Git - archiva.git/commitdiff
document the system property to log missing i18n
authorOlivier Lamy <olamy@apache.org>
Tue, 31 Jan 2012 18:02:51 +0000 (18:02 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 31 Jan 2012 18:02:51 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1238718 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml

index 930af618d1373004a6e760b616eeb2684bb65364..1515abdb18016b8c02f36f8090652fc03192fce4 100644 (file)
@@ -34,8 +34,9 @@
         <p>The application is designed to use http cache mechanism for css, javascript. Except REST call to get datas which will never use cache as a query timestamp parameter is used.
           But as this can cause issue in developpement phase, two system properties (disabled by default) prevent can prevent caching and/or help debuging
           <ul>
-            <li>archiva.devMode= true/false: if true will add a timestamp query parameter for loading js and html templates.</li>
-            <li>archiva.javascriptLog= true/false: will activate javascript log, method available with $.log(msg)</li>
+            <li>archiva.devMode=true/false: if true will add a timestamp query parameter for loading js and html templates.</li>
+            <li>archiva.javascriptLog=true/false: will activate javascript log, method available with $.log(msg)</li>
+            <li>archiva.logMissingI18n=true/false: will activate remote logging of missing i18n key in the servlet container log:  INFO  archivaMissingi18n.logger  - missing i18n key : 'proxy-connectors.grid.managedrepo.title'</li>
           </ul>
         </p>
       </subsection>