lukefitzwolfgang / icatproject

Automatically exported from code.google.com/p/icatproject
0 stars 0 forks source link

log4j is not fully controllable from the properties files #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the log4j.properties file is read from the current directory (which 
glassfish must have set to be config) and modifies the properties before 
configuring log4j.

I propose to change it so that it simply makes a call to configureAndWatch with 
a fall back to the basic configurator if it fails. This means that the logging 
output is completely under the control of the person running the service and 
that changes to the logging can be made dynamically while the service is 
running. By default file changes are monitored once a minute.

Original issue reported on code.google.com by dr.s.m.f...@gmail.com on 21 Dec 2010 at 10:24

GoogleCodeExporter commented 9 years ago
This is now fixed

Original comment by dr.s.m.f...@gmail.com on 21 Dec 2010 at 5:47