Skip to content

Commit

Permalink
disable logs (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Feb 8, 2018
1 parent ede09ec commit 45d4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sun/java2d/marlin/MarlinProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public static boolean isDoChecks() {
// logging parameters

public static boolean isLoggingEnabled() {
return getBoolean("sun.java2d.renderer.log", "true");
return getBoolean("sun.java2d.renderer.log", "false");
}

public static boolean isUseLogger() {
Expand Down

0 comments on commit 45d4eb6

Please sign in to comment.