summaryrefslogtreecommitdiff
path: root/Leapfile
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-04-27 14:18:55 -0400
committerMicah Anderson <micah@riseup.net>2017-04-27 14:18:55 -0400
commitae9d8ab1346c6d059e046d43f18e698eb996c59d (patch)
tree1365dd76174619f0fddcc0db947ff89ee8b0680f /Leapfile
parent2b3e514fdd2fb386f58369345c07828872c2b27c (diff)
move logfile setting in Leapfile into the non-cirunner case
Diffstat (limited to 'Leapfile')
-rw-r--r--Leapfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Leapfile b/Leapfile
index 598a9bd..5e8b65b 100644
--- a/Leapfile
+++ b/Leapfile
@@ -2,6 +2,6 @@ if ENV["USER"] == "cirunner"
@platform_directory_path = '/builds/leap/platform'
else
@platform_directory_path = '../leap_platform'
+ @log = "/var/log/leap/bitmask.log"
end
-@log = "/var/log/leap/bitmask.log"