Revert "[TEST] added additional logging to LoggingConfigurationTests"

This reverts commit c639815af9.
This commit is contained in:
Colin Goodheart-Smithe 2014-10-29 17:08:51 +00:00
parent d9fffd32be
commit b4c85f60b8
1 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@ package org.elasticsearch.common.logging;
import org.apache.log4j.Appender;
import org.apache.log4j.Logger;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.common.logging.log4j.Log4jESLogger;
import org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory;
import org.elasticsearch.common.logging.log4j.LogConfigurator;
@ -39,11 +40,10 @@ import static org.hamcrest.Matchers.notNullValue;
*/
public class LoggingConfigurationTests extends ElasticsearchTestCase {
// @AwaitsFix(bugUrl = "relates to commit 4ebbb657")
@AwaitsFix(bugUrl = "relates to commit 4ebbb657")
@Test
public void testMultipleConfigs() throws Exception {
File configDir = resolveConfigDir();
logger.info("Using config directory: {}", configDir.getAbsolutePath());
Settings settings = ImmutableSettings.builder()
.put("path.conf", configDir.getAbsolutePath())
.build();