VIVO-18 Rename Log4J properties file
This commit is contained in:
parent
c5acf46316
commit
0bb0c1d323
2 changed files with 15 additions and 2 deletions
|
@ -77,9 +77,9 @@
|
||||||
<h4>Logging properties for VIVO</h4>
|
<h4>Logging properties for VIVO</h4>
|
||||||
<p>
|
<p>
|
||||||
The logging properties for VIVO are determined by the file
|
The logging properties for VIVO are determined by the file
|
||||||
<code>[vitro-core]/webapp/config/default.log4j.properties</code>.
|
<code>[vitro-core]/webapp/config/log4j.properties</code>.
|
||||||
<em>(Note: if <code>debug.log4j.properties</code> exists,
|
<em>(Note: if <code>debug.log4j.properties</code> exists,
|
||||||
it will override <code>default.log4j.properties</code>).</em>
|
it will override <code>log4j.properties</code>).</em>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Notice how the location of the log file is determined:
|
Notice how the location of the log file is determined:
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
<ol class="roman2">
|
<ol class="roman2">
|
||||||
<li><a href="#more_portable">VIVO becomes more portable</a></li>
|
<li><a href="#more_portable">VIVO becomes more portable</a></li>
|
||||||
<li><a href="#solr_insecure">Solr is no longer secured</a></li>
|
<li><a href="#solr_insecure">Solr is no longer secured</a></li>
|
||||||
|
<li><a href="#log4j_properties">Log4J properties file renamed</a></li>
|
||||||
<li><a href="#BOGUS">ANYTHING ELSE?</a></li>
|
<li><a href="#BOGUS">ANYTHING ELSE?</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
|
@ -156,6 +157,18 @@
|
||||||
Sites that need to secure Solr are now left to their own devices.
|
Sites that need to secure Solr are now left to their own devices.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h4 id="log4j_properties">Log4J properties file renamed</h4>
|
||||||
|
<p>
|
||||||
|
In previous releases, the properties file for the VIVO logging system
|
||||||
|
was called <code>default.log4j.properties</code>. In release 1.6, this
|
||||||
|
file has been renamed to <code>log4j.properties</code>. This is so the
|
||||||
|
developers and implementers will know where to look for the file.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Note that <code>debug.log4j.properties</code>, if present, will still
|
||||||
|
override the default.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h4 id="BOGUS">ANYTHING ELSE?</h4>
|
<h4 id="BOGUS">ANYTHING ELSE?</h4>
|
||||||
<p>
|
<p>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue