Search in sources :

Example 1 with Server

use of com.sonar.orchestrator.container.Server in project sonar-java by SonarSource.

the class SemanticTest method dumpServerLogs.

private static void dumpServerLogs() throws IOException {
    Server server = ORCHESTRATOR.getServer();
    LOG.error("::::::::::::::::::::::::::::::::::: DUMPING SERVER LOGS :::::::::::::::::::::::::::::::::::");
    dumpServerLogLastLines(server.getAppLogs());
    dumpServerLogLastLines(server.getCeLogs());
    dumpServerLogLastLines(server.getEsLogs());
    dumpServerLogLastLines(server.getWebLogs());
}
Also used : Server(com.sonar.orchestrator.container.Server)

Example 2 with Server

use of com.sonar.orchestrator.container.Server in project sonar-java by SonarSource.

the class JavaRulingTest method dumpServerLogs.

private static void dumpServerLogs() throws IOException {
    Server server = orchestrator.getServer();
    LOG.error("::::::::::::::::::::::::::::::::::: DUMPING SERVER LOGS :::::::::::::::::::::::::::::::::::");
    dumpServerLogLastLines(server.getAppLogs());
    dumpServerLogLastLines(server.getCeLogs());
    dumpServerLogLastLines(server.getEsLogs());
    dumpServerLogLastLines(server.getWebLogs());
}
Also used : Server(com.sonar.orchestrator.container.Server)

Aggregations

Server (com.sonar.orchestrator.container.Server)2