Hi everyone

Thanks for all the help recently

I'm trying to turn on DEBUG level logging in DSpace

1) I've edited the /home/dspace/config/log4j.properties file and made the
following changes

###########################################################################
# A1 is the name of the appender for most DSpace activity.
###########################################################################
# The root category is the default setting for all non-DSpace code.
# Change this from INFO to DEBUG to see extra logging created by non-DSpace
# code.
log4j.rootCategory=*DEBUG*, A1
# This line sets the logging level for DSpace code. Set this to DEBUG to see
# extra detailed logging for DSpace code.
log4j.logger.org.dspace=*DEBUG*, A1
# Do not change this line

2) I've restarted Tomcat and there are no resulting error messages in
catalina.out

3) But dspace.log still contains just INFO level messages e.g.

2013-08-06 04:00:02,536 INFO  org.dspace.servicemanager.DSpaceKernelInit @
Created new kernel:
DSpaceKernel:org.dspace:name=eb3073d5-cbdf-4011-bbaf-575faf632b64,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null
2013-08-06 04:00:02,541 INFO  org.dspace.core.ConfigurationManager @
Loading from classloader: file:/home/dspace/config/dspace.cfg
2013-08-06 04:00:02,571 INFO  org.dspace.core.ConfigurationManager @ Using
dspace provided log configuration (log.init.config)
2013-08-06 04:00:02,571 INFO  org.dspace.core.ConfigurationManager @
Loading: /home/dspace/config/log4j.properties

Any ideas how to get debugging to work please?

Thanks

Clive
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to