Updated cache settings and some loggings.

Change-Id: I76c00ef1a40bd8fcb2232eb1a442be10e8fba9bd
diff --git a/full/src/main/resources/ehcache.xml b/full/src/main/resources/ehcache.xml
index 2801a59..61b675f 100644
--- a/full/src/main/resources/ehcache.xml
+++ b/full/src/main/resources/ehcache.xml
@@ -56,7 +56,7 @@
 		eternal="true" 
 		memoryStoreEvictionPolicy="LRU"
 		maxBytesLocalHeap="256M" 
-		maxBytesLocalDisk="1G"
+		maxBytesLocalDisk="2G"
 		diskExpiryThreadIntervalSeconds = "120" > 
 		<persistence strategy="localTempSwap"/>
 		<sizeOfPolicy maxDepth="3000" maxDepthExceededBehavior="abort" />