aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/web/WebConfig.java
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-28 17:24:51 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-28 17:24:51 +0100
commit695c875725b30a1a348f9c8a84e2bdd5ec1f3a82 (patch)
treee5e5049bb88621c3c80938fbda570404d3dc73fc /src/main/java/io/trygvis/esper/testing/web/WebConfig.java
parent54ec271b75dad82da9bd4ee2975a22490d66d6dc (diff)
downloadesper-testing-695c875725b30a1a348f9c8a84e2bdd5ec1f3a82.tar.gz
esper-testing-695c875725b30a1a348f9c8a84e2bdd5ec1f3a82.tar.bz2
esper-testing-695c875725b30a1a348f9c8a84e2bdd5ec1f3a82.tar.xz
esper-testing-695c875725b30a1a348f9c8a84e2bdd5ec1f3a82.zip
o Sending logs to to disk.
Diffstat (limited to 'src/main/java/io/trygvis/esper/testing/web/WebConfig.java')
-rw-r--r--src/main/java/io/trygvis/esper/testing/web/WebConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/trygvis/esper/testing/web/WebConfig.java b/src/main/java/io/trygvis/esper/testing/web/WebConfig.java
index 02fb4ff..d2cfc41 100644
--- a/src/main/java/io/trygvis/esper/testing/web/WebConfig.java
+++ b/src/main/java/io/trygvis/esper/testing/web/WebConfig.java
@@ -9,7 +9,7 @@ public class WebConfig {
static {
try {
- config = Config.loadFromDisk();
+ config = Config.loadFromDisk("web");
} catch (IOException e) {
throw new RuntimeException(e);
}