Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 8, 2024
1 parent 22f767d commit 153f747
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
27 changes: 23 additions & 4 deletions allAutomation/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified allAutomation/src/main/java/Pages/output_audio.wav.wav
Binary file not shown.
4 changes: 3 additions & 1 deletion allAutomation/src/main/java/utils/javautils/LoggerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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");
Expand Down
Binary file modified allAutomation/target/classes/Tests/AllTest.class
Binary file not shown.
Binary file modified allAutomation/target/classes/Tests/RunSuite.class
Binary file not shown.

0 comments on commit 153f747

Please sign in to comment.