Index: trunk/grails-app/conf/BootStrap.groovy
===================================================================
--- trunk/grails-app/conf/BootStrap.groovy	(revision 504)
+++ trunk/grails-app/conf/BootStrap.groovy	(revision 508)
@@ -20,8 +20,10 @@
                 log.info "Starting TEST bootstrap."
                 createDataService.ensureSystemAndAdminAccess()
+                createDataService.createBaseData()
             }
             production {
                 log.info "Starting PRODUCTION bootstrap."
                 createDataService.ensureSystemAndAdminAccess()
+                createDataService.createBaseData()
             }
         }
Index: trunk/grails-app/conf/Config.groovy
===================================================================
--- trunk/grails-app/conf/Config.groovy	(revision 504)
+++ trunk/grails-app/conf/Config.groovy	(revision 508)
@@ -114,5 +114,5 @@
             // Configure the root logger to only output to appLog appender.
             root {
-                error 'appLog'
+                error 'stdout','appLog'
                 additivity = true
             }
