diff --git a/doc/other_servlet_containers.html b/doc/other_servlet_containers.html index b4fb09bc..9106d737 100644 --- a/doc/other_servlet_containers.html +++ b/doc/other_servlet_containers.html @@ -77,9 +77,9 @@

Logging properties for VIVO

The logging properties for VIVO are determined by the file - [vitro-core]/webapp/config/default.log4j.properties. + [vitro-core]/webapp/config/log4j.properties. (Note: if debug.log4j.properties exists, - it will override default.log4j.properties). + it will override log4j.properties).

Notice how the location of the log file is determined: diff --git a/doc/upgrade-1.6.html b/doc/upgrade-1.6.html index bbb4f8b9..d45cc691 100644 --- a/doc/upgrade-1.6.html +++ b/doc/upgrade-1.6.html @@ -42,6 +42,7 @@

  1. VIVO becomes more portable
  2. Solr is no longer secured
  3. +
  4. Log4J properties file renamed
  5. ANYTHING ELSE?
@@ -156,6 +157,18 @@ Sites that need to secure Solr are now left to their own devices.

+

Log4J properties file renamed

+

+ In previous releases, the properties file for the VIVO logging system + was called default.log4j.properties. In release 1.6, this + file has been renamed to log4j.properties. This is so the + developers and implementers will know where to look for the file. +

+

+ Note that debug.log4j.properties, if present, will still + override the default. +

+

ANYTHING ELSE?