# Properties file which configures the operation of the JDK # logging facility. # The system will look for this config file, first using # a System property specified at startup: # # >java -Djava.util.logging.config.file=myLoggingConfigFilePath #handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler handlers=java.util.logging.ConsoleHandler # Default global logging level. # Loggers and Handlers may override this level .level=INFO # Limit the message that are printed on the console to INFO and above. java.util.logging.ConsoleHandler.level = FINE java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter # Log level for all OpenFin classes com.openfin.level=FINE # Log level for all WebSocket classes org.eclipse.jetty.level=INFO