blojsom uses Jakarta Commons Logging
to do logging. blojsom also ships with Log4J
as its logging package. In the /WEB-INF/classes directory, you will find a file called log4j.properties. Developers who have downloaded blojsom from CVS will find this file in the directory where blojsom was checked out to in /properties.
You may edit the log4j.properties file to configure logging in blojsom as per your needs. How ever, Log4J configuration is out of the scope of this document, so you should refer to the Log4J website for documentation on configuring Log4J
.
However, if you would like to turn off blojsom debugging log messages, you can change the following statement in log4j.properties:
to
This will ensure that only error messages get logged by blojsom.