diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2018-03-18 16:39:53 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2018-03-18 16:39:53 +0100 | 
| commit | 284852c6c92c5cffd2312da06f76516efb52da13 (patch) | |
| tree | cb76c6282cbbe8f597f612a34c0e5806ddecdc51 | |
| parent | dc89b1dcc52878a404b9b91d8103ebc5e52feb9a (diff) | |
Add optional stats/logging support for delay analysis
| -rw-r--r-- | index.pl | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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  			);  | 
