]> source.dussan.org Git - sonarqube.git/commitdiff
fix debug log
authorStephane Gamard <stephane.gamard@sonarsource.com>
Sun, 31 Aug 2014 17:13:16 +0000 (19:13 +0200)
committerStephane Gamard <stephane.gamard@sonarsource.com>
Sun, 31 Aug 2014 17:13:16 +0000 (19:13 +0200)
server/sonar-server/src/test/java/org/sonar/server/issue/db/IssueBackendMediumTest.java

index a3c970fdfc96a7038362d25ea8e1dd971beb6716..d108c22e20197778a71843e77df77af2e6c0f015 100644 (file)
@@ -46,8 +46,7 @@ import static org.fest.assertions.Assertions.assertThat;
 public class IssueBackendMediumTest {
 
   @ClassRule
-  public static ServerTester tester = new ServerTester()
-    .setProperty("sonar.log.profilingLevel", "FULL");
+  public static ServerTester tester = new ServerTester();
 
   DbClient dbClient;
   IndexClient indexClient;