pending change
diff --git a/asterix-common/src/main/java/edu/uci/ics/asterix/common/config/AsterixProperties.java b/asterix-common/src/main/java/edu/uci/ics/asterix/common/config/AsterixProperties.java
index a2340b1..02cecfb 100644
--- a/asterix-common/src/main/java/edu/uci/ics/asterix/common/config/AsterixProperties.java
+++ b/asterix-common/src/main/java/edu/uci/ics/asterix/common/config/AsterixProperties.java
@@ -259,7 +259,7 @@
             case "warning":
                 level = Level.WARNING;
                 break;
-            default:
+            default:  
                 level = Level.ALL;
         }
         Logger.getLogger("edu.uci.ics").setLevel(level);