Changing the Name of trace.properties

If you want to, you can change the name of the logging configuration file by specifying the system property log4j.configuration. If you specify the property:

log4j.configuration=myserver-log4j.properties

then the Content Store will look for its logging configuration in a file called myserver-log4j.properties. This can be a useful means of changing the logging configuration for different contexts (development, test, production, for example).