You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/01/31 19:02:52 UTC

svn commit: r1238718 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml

Author: olamy
Date: Tue Jan 31 18:02:51 2012
New Revision: 1238718

URL: http://svn.apache.org/viewvc?rev=1238718&view=rev
Log:
document the system property to log missing i18n

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

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml?rev=1238718&r1=1238717&r2=1238718&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml Tue Jan 31 18:02:51 2012
@@ -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>