Skip to content

Commit 3ff9774

Browse files
style: Quieten the logger
1 parent 4f0488c commit 3ff9774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/sf/jsqlparser/parser/CCJSqlParserUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
public final class CCJSqlParserUtil {
3939
public final static Logger LOGGER = Logger.getLogger(CCJSqlParserUtil.class.getName());
4040
static {
41-
LOGGER.setLevel(Level.WARNING);
41+
LOGGER.setLevel(Level.OFF);
4242
}
4343

4444
public final static int ALLOWED_NESTING_DEPTH = 10;

0 commit comments

Comments
 (0)