mirror of
https://github.com/apache/archiva.git
synced 2025-02-21 17:35:19 +00:00
document the system property to log missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1238718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7e65bb592
commit
177f3ed6c9
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user