JeromeDL: The Semantic Digital Library - Installation


JeromeDL Logging

You can also change the way that JeromeDL logs messages. JeromeDL uses the default Java logging solution. To tweak it please change entries in JeromeDL/WEB-INF/src/logging.properties or JeromeDL/WEB-INF/classes/logging.properties (depending wheather you are setting up JeromeDL from sources [first path] or not [latter path]).

Here is an example configuration:
handlers = java.util.logging.ConsoleHandler

org.jeromedl.level = ALL

java.util.logging.ConsoleHandler.level = CONFIG
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter