log level
diff --git a/crawler/src/main/resources/logging.properties b/crawler/src/main/resources/logging.properties
index 2202d4f..ed5b249 100644
--- a/crawler/src/main/resources/logging.properties
+++ b/crawler/src/main/resources/logging.properties
@@ -20,11 +20,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler, org.slf4j.bridge.SLF4JBridgeHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
@@ -38,15 +38,15 @@
     
 # Set the default logging level for the subsystems
 
-org.apache.oodt.cas.crawl.level = ALL
+org.apache.oodt.cas.crawl.level = DEBUG
 
-org.apache.oodt.cas.crawl.action.level = ALL
+org.apache.oodt.cas.crawl.action.level = DEBUG
 
-org.apache.oodt.cas.crawl.typedetection.level = ALL
+org.apache.oodt.cas.crawl.typedetection.level = DEBUG
 
-org.apache.oodt.cas.crawl.util.level = ALL
+org.apache.oodt.cas.crawl.util.level = DEBUG
 
-org.apache.oodt.cas.crawl.config.level = ALL
+org.apache.oodt.cas.crawl.config.level = DEBUG
 
 # control the underlying commons-httpclient transport layer for xmlrpc 
 org.apache.commons.httpclient.level = INFO
diff --git a/filemgr/src/main/resources/logging.properties b/filemgr/src/main/resources/logging.properties
index 30e234c..175699c 100644
--- a/filemgr/src/main/resources/logging.properties
+++ b/filemgr/src/main/resources/logging.properties
@@ -19,11 +19,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler, org.slf4j.bridge.SLF4JBridgeHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/metadata/src/main/resources/logging.properties b/metadata/src/main/resources/logging.properties
index f42a015..7cb59e6 100644
--- a/metadata/src/main/resources/logging.properties
+++ b/metadata/src/main/resources/logging.properties
@@ -19,10 +19,10 @@
 handlers = java.util.logging.ConsoleHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
 
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/etc/logging.properties b/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/etc/logging.properties
index c77a851..cfbeaed 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/etc/logging.properties
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/src/main/resources/etc/logging.properties
@@ -20,11 +20,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
@@ -38,15 +38,15 @@
     
 # Set the default logging level for the subsystems
 
-org.apache.oodt.cas.crawl.level = ALL
+org.apache.oodt.cas.crawl.level = DEBUG
 
-org.apache.oodt.cas.crawl.action.level = ALL
+org.apache.oodt.cas.crawl.action.level = DEBUG
 
-org.apache.oodt.cas.crawl.typedetection.level = ALL
+org.apache.oodt.cas.crawl.typedetection.level = DEBUG
 
-org.apache.oodt.cas.crawl.util.level = ALL
+org.apache.oodt.cas.crawl.util.level = DEBUG
 
-org.apache.oodt.cas.crawl.config.level = ALL
+org.apache.oodt.cas.crawl.config.level = DEBUG
 
 # control the underlying commons-httpclient transport layer for xmlrpc 
 org.apache.commons.httpclient.level = INFO
diff --git a/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/etc/logging.properties b/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/etc/logging.properties
index 4b1dcc1..108c44b 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/etc/logging.properties
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/etc/logging.properties
@@ -19,11 +19,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/src/main/resources/etc/logging.properties b/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/src/main/resources/etc/logging.properties
index 47ddde4..591f219 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/src/main/resources/etc/logging.properties
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/src/main/resources/etc/logging.properties
@@ -19,10 +19,10 @@
 handlers = java.util.logging.ConsoleHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/etc/logging.properties b/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/etc/logging.properties
index 8785c8b..68e49e9 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/etc/logging.properties
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/etc/logging.properties
@@ -20,11 +20,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/logging.properties b/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/logging.properties
index d3467dd..70df0e7 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/logging.properties
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/logging.properties
@@ -19,11 +19,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/pge/src/main/resources/logging.properties b/pge/src/main/resources/logging.properties
index 3d0b6e9..d8c5dfd 100644
--- a/pge/src/main/resources/logging.properties
+++ b/pge/src/main/resources/logging.properties
@@ -19,11 +19,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/resource/src/main/resources/logging.properties b/resource/src/main/resources/logging.properties
index 35d60c1..a7a3da0 100644
--- a/resource/src/main/resources/logging.properties
+++ b/resource/src/main/resources/logging.properties
@@ -20,11 +20,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
diff --git a/workflow/src/main/resources/logging.properties b/workflow/src/main/resources/logging.properties
index 7bd99d4..8a293d4 100644
--- a/workflow/src/main/resources/logging.properties
+++ b/workflow/src/main/resources/logging.properties
@@ -19,11 +19,11 @@
 handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler, org.slf4j.bridge.SLF4JBridgeHandler
 
 # Set the default logging level for the root logger
-.level = ALL
+.level = DEBUG
     
 # Set the default logging level for new ConsoleHandler instances
-java.util.logging.ConsoleHandler.level = ALL
-java.util.logging.FileHandler.level = ALL
+java.util.logging.ConsoleHandler.level = DEBUG
+java.util.logging.FileHandler.level = DEBUG
         
 # Set the default formatter for new ConsoleHandler instances
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter