From 0bb0c1d3239b066d7c7cbac820c61c462c1e410a Mon Sep 17 00:00:00 2001
From: j2blake
The logging properties for VIVO are determined by the file
-
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 @@
Logging properties for VIVO
[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
).
+ 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.
+