dspace/config/log4j.properties has all the settings of what levels things are logged at. It’s probably best to leave the main defaults as they are and just edit the “Other settings” at the bottom for specific services.
To do this, take the name of the service you want to change from the INFO/WARN/other message you’re currently getting in your logs:
Eg if the message is “WARN org.dspace.statistics.util.SpiderDetector @ Not loading pixnat09.whizbang.com”
Ø org.dspace.statistics.util.SpiderDetector
Prepend “log4j.logger.”
Ø log4j.logger.org.dspace.statistics.util.SpiderDetector
And add the logging level you want
Ø So your final setting is: log4j.logger.org.dspace.statistics.util.SpiderDetector=ERROR
Deborah
--
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dspace-communi...@googlegroups.com.
To post to this group, send email to
dspace-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.