summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-03-18 16:39:53 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-03-18 16:39:53 +0100
commit284852c6c92c5cffd2312da06f76516efb52da13 (patch)
treecb76c6282cbbe8f597f612a34c0e5806ddecdc51 /index.pl
parentdc89b1dcc52878a404b9b91d8103ebc5e52feb9a (diff)
Add optional stats/logging support for delay analysis
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 5aa180c..4092ad4 100644
--- a/index.pl
+++ b/index.pl
@@ -75,6 +75,7 @@ sub get_results_for {
station => $station,
main_cache => $cache_iris_main,
realtime_cache => $cache_iris_rt,
+ log_dir => $ENV{DBFAKEDISPLAY_XMLDUMP_DIR},
lookbehind => 20,
%opt
);