Newly downloaded JDK 1.8.
Using a logging properties file with java.util.Logging.
I've tried setting javafx.scene, javafx, and sun.com.javafx to OFF in various combinations but nothing will turn off their log output. The log messages are mostly prefixed with javafx.scene.*
If I set .level = OFF at the top then re-enable my logging then the Java FX logging no longer appears.
Using a logging properties file with java.util.Logging.
I've tried setting javafx.scene, javafx, and sun.com.javafx to OFF in various combinations but nothing will turn off their log output. The log messages are mostly prefixed with javafx.scene.*
If I set .level = OFF at the top then re-enable my logging then the Java FX logging no longer appears.