Skip to content

Commit

Permalink
Jenkins logger issue troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 19, 2024
1 parent f561225 commit 53cd785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/net/snowflake/client/log/JDK14Logger.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class JDK14Logger implements SFLogger {
public static String STDOUT = "STDOUT";

public JDK14Logger(String name) {
System.out.println("SNOWFLAKE LOGGER IS BEING USED!");
this.jdkLogger = Logger.getLogger(name);
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/logging.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler

.level = ALL
.level = INFO

java.util.logging.ConsoleHandler.level=OFF
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
Expand Down

0 comments on commit 53cd785

Please sign in to comment.