diff --git a/provider/indexer-aws/indexer-queue-aws/pom.xml b/provider/indexer-aws/indexer-queue-aws/pom.xml
index 31ffa4f2929c6615279369fe952a4465b3a678f3..f16d34b9067834db0153b65cb90a6dd7d7df5200 100644
--- a/provider/indexer-aws/indexer-queue-aws/pom.xml
+++ b/provider/indexer-aws/indexer-queue-aws/pom.xml
@@ -48,14 +48,6 @@
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-              <source>8</source>
-              <target>8</target>
-            </configuration>
-          </plugin>
         </plugins>
       <extensions>
         <extension>
diff --git a/provider/indexer-aws/indexer-queue-aws/src/main/java/org/opengroup/osdu/indexerqueue/aws/api/IndexerQueue.java b/provider/indexer-aws/indexer-queue-aws/src/main/java/org/opengroup/osdu/indexerqueue/aws/api/IndexerQueue.java
index 12727fb9eaa9c87941d63733670bc9dfce9d6941..6e822e378f76ab9466f90d7ea0ac0c99f3b7a261 100644
--- a/provider/indexer-aws/indexer-queue-aws/src/main/java/org/opengroup/osdu/indexerqueue/aws/api/IndexerQueue.java
+++ b/provider/indexer-aws/indexer-queue-aws/src/main/java/org/opengroup/osdu/indexerqueue/aws/api/IndexerQueue.java
@@ -51,6 +51,17 @@ public class IndexerQueue {
 //        logRequest.getLogEvents().add(logEvent);
 //        logRequest.getLogEvents().add(new InputLogEvent().withMessage("Retrieving indexer service account JWT"));
         System.out.println(environmentVariables.region);
+        System.out.println(environmentVariables.maxBatchRequestCount);
+        System.out.println(environmentVariables.queueName);
+        System.out.println(environmentVariables.cognitoAuthFlow);
+        System.out.println(environmentVariables.cognitoClientId);
+        System.out.println(environmentVariables.cognitoPassword);
+        System.out.println(environmentVariables.cognitoUser);
+        System.out.println(environmentVariables.deadLetterQueueName);
+        System.out.println(environmentVariables.maxIndexThreads);
+        System.out.println(environmentVariables.maxMessagesAllowed);
+        System.out.println(environmentVariables.targetURL);
+        System.out.println(environmentVariables.keepAliveTimeInMin);
 
         try {
 //            logRequest.getLogEvents().add(new InputLogEvent().withMessage("Starting Indexer Queue and obtaining Arguments"));