diff options
-rw-r--r-- | taskgraph.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json index 2cbc9e869..6d507fb20 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -135,6 +135,11 @@ "type": "file", "path": "/var/log/httpd/error_log", "expires": "2016-02-17T17:33:38.806Z" + }, + "public/selenium_log": { + "type": "file", + "path": "/selenium.log", + "expires": "2016-02-17T17:33:38.806Z" } } }, @@ -211,6 +216,11 @@ "type": "file", "path": "/var/log/httpd/error_log", "expires": "2016-02-17T17:33:38.806Z" + }, + "public/selenium_log": { + "type": "file", + "path": "/selenium.log", + "expires": "2016-02-17T17:33:38.806Z" } } }, |