//default DEFAULT_LOGGING.properties configuration.
LoggingInitializer.LOGGER.warning("log4jConfigFile '" + configFileName + "' couldn't be found in the data dir, so GeoServer will " +
"install the various logging config file into the data dir, and then try to find it again.");
Resource logs = resourceLoader.get( "logs" );
File lcdir = logs.dir();
//now we copy in the various logging config files from the base repo location on the classpath
final String[] lcfiles = new String[] {
"DEFAULT_LOGGING.properties",
"GEOSERVER_DEVELOPER_LOGGING.properties",