diff --git a/allAutomation/.idea/workspace.xml b/allAutomation/.idea/workspace.xml
index 406eec59..d93b5e3f 100644
--- a/allAutomation/.idea/workspace.xml
+++ b/allAutomation/.idea/workspace.xml
@@ -6,10 +6,10 @@
-
-
-
+
+
+
@@ -50,7 +50,7 @@
-
+
@@ -64,6 +64,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -112,6 +130,7 @@
+
diff --git a/allAutomation/src/main/java/Pages/output_audio.wav.wav b/allAutomation/src/main/java/Pages/output_audio.wav.wav
index dfb0aefc..15337efa 100644
Binary files a/allAutomation/src/main/java/Pages/output_audio.wav.wav and b/allAutomation/src/main/java/Pages/output_audio.wav.wav differ
diff --git a/allAutomation/src/main/java/utils/javautils/LoggerUtil.java b/allAutomation/src/main/java/utils/javautils/LoggerUtil.java
index cbad4e54..14c29589 100644
--- a/allAutomation/src/main/java/utils/javautils/LoggerUtil.java
+++ b/allAutomation/src/main/java/utils/javautils/LoggerUtil.java
@@ -29,7 +29,7 @@ public class LoggerUtil {
private static FileHandler logFileHandler = null;
private static SimpleFormatter simpleFormatter = null;
- private static Logger logger = null;
+ private static Logger logger;
// private static String logFileDir = "./logs/";
private static Instant startInstant = null; // to measure time
private static FileReader fr;
@@ -38,6 +38,8 @@ public class LoggerUtil {
// static initializer for the class
static {
+ logger = Logger.getLogger(LoggerUtil.class.getName());
+
// System.setProperty("java.util.logging.SimpleFormatter.format",
// "[%1$tF %1$tT] [%4$-7s] %5$s %n");
System.setProperty("java.util.logging.SimpleFormatter.format", "[%1$tF %1$tT] [%4$-7s] %5$s %n");
diff --git a/allAutomation/target/classes/Tests/AllTest.class b/allAutomation/target/classes/Tests/AllTest.class
index e3709875..bf4d4cbf 100644
Binary files a/allAutomation/target/classes/Tests/AllTest.class and b/allAutomation/target/classes/Tests/AllTest.class differ
diff --git a/allAutomation/target/classes/Tests/RunSuite.class b/allAutomation/target/classes/Tests/RunSuite.class
index 0a5763cb..d743b090 100644
Binary files a/allAutomation/target/classes/Tests/RunSuite.class and b/allAutomation/target/classes/Tests/RunSuite.class differ