Index: trunk/grails-app/conf/Config.groovy
===================================================================
--- trunk/grails-app/conf/Config.groovy	(revision 577)
+++ trunk/grails-app/conf/Config.groovy	(revision 579)
@@ -93,9 +93,11 @@
     warn   'org.mortbay.log' // Jetty
 
-    error "grails.app" // Set the default log level for our app code.
-    info "grails.app.bootstrap" // Set the log level per type and per type.class
-    error "grails.app.service.AuthService"
-    error "grails.app.service.NavigationService"
-    error "grails.app.service.com.zeddware.grails.plugins.filterpane.FilterService"
+    error 'grails.app' // Set the default log level for our app code.
+    info 'grails.app.bootstrap' // Set the log level per type and per type.class
+    error 'grails.app.service.AuthService'
+    error 'grails.app.service.NavigationService'
+    error 'grails.app.service.com.zeddware.grails.plugins.filterpane.FilterService'
+    error 'grails.app.task' // Quartz jobs.
+    info 'grails.app.task.InventoryReindexJob'
 
     // Move anything that should behave differently into this section.
@@ -108,6 +110,6 @@
             }
             //debug "org.hibernate.SQL"
-            debug "grails.app.service"
-            debug "grails.app.controller"
+            debug 'grails.app.service'
+            debug 'grails.app.controller'
             break
         case 'test':
@@ -117,6 +119,6 @@
                 additivity = true
             }
-            debug "grails.app.service"
-            debug "grails.app.controller"
+            debug 'grails.app.service'
+            debug 'grails.app.controller'
             break
         case 'production':
@@ -126,10 +128,10 @@
                 additivity = true
             }
-            warn "grails.app.service"
-            warn "grails.app.controller"
-            debug "grails.app.service.AssetCsvService"
-            debug "grails.app.service.PersonCsvService"
-            debug "grails.app.service.InventoryCsvService"
-            debug "grails.app.service.AssetTreeService" /// @todo: remove after testing.
+            warn 'grails.app.service'
+            warn 'grails.app.controller'
+            debug 'grails.app.service.AssetCsvService'
+            debug 'grails.app.service.PersonCsvService'
+            debug 'grails.app.service.InventoryCsvService'
+            debug 'grails.app.service.AssetTreeService' /// @todo: remove after testing.
             break
     }
