Appendix J. Other configuration files

Table of Contents

J.1. mysql-queries.xml and postgres-queries.xml
J.2. log4.properties
J.2.1. Migration logger
J.3. hibernate.cfg.xml
J.4. ehcache.xml

J.1. mysql-queries.xml and postgres-queries.xml

TODO

J.2. log4.properties

TODO

J.2.1. Migration logger

The migration logger is by default set to warn and the output will be put in a file called migration.log, located in the same directory as the migration is executed from (normaly base2root/bin/).

The common logger for the migration is called log4j.logger.net.sf.basedb.clients.migrate and sets general properties for the whole migration logging, but each class/item transfer can also have separate levels of logging. Logging for a separate class is set by defining the level for the class logger to use. Setting the level for a sublogger is done like this: log4j.logger.net.sf.basedb.clients.migrate.Classname = level

J.3. hibernate.cfg.xml

TODO

J.4. ehcache.xml

TODO