package com.sleepycat.je.config; public class EnvironmentParams { public static final ConfigParam JE_LOGGING_LEVEL_RECOVERY=new ConfigParam("java.util.logging.level.recovery","FINE",false,"# Recovery specific trace messages will be issued at this level.\n" + "# Value should be one of the predefined java.util.logging.Level values"); }