#handlers= java.util.logging.ConsoleHandler # To also add the FileHandler, use the following line instead. handlers= java.util.logging.ConsoleHandler .level=INFO java.util.logging.ConsoleHandler.level = FINEST java.util.logging.ConsoleHandler.formatter = com.gc.ftp.LogFormatter ############################################################ # Facility specific properties. # Provides extra control for each logger. ############################################################ grizzly.level=FINEST