Skip to content
Snippets Groups Projects
Commit 2fab9fd9 authored by Christian Wulf's avatar Christian Wulf
Browse files

fixed log file name

parent 0009f91d
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ public abstract class PerformanceTest { ...@@ -28,7 +28,7 @@ public abstract class PerformanceTest {
protected List<TimestampObject> timestampObjects; protected List<TimestampObject> timestampObjects;
static { static {
System.setProperty("logback.configurationFile", "src/test/resources/logback-test.groovy"); System.setProperty("logback.configurationFile", "src/test/resources/logback.groovy");
} }
@Rule @Rule
......
...@@ -3,7 +3,7 @@ import ch.qos.logback.classic.filter.ThresholdFilter ...@@ -3,7 +3,7 @@ import ch.qos.logback.classic.filter.ThresholdFilter
statusListener(OnConsoleStatusListener) statusListener(OnConsoleStatusListener)
appender("FILE", FileAppender) { appender("FILE", FileAppender) {
file = "src/test/data/load-logs/timings-results.txt" file = "teetime.log"
append = false append = false
filter(ThresholdFilter) { filter(ThresholdFilter) {
level = INFO level = INFO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment