From 3638a6e0f5b41bd6d9be3fb68403b1306871de67 Mon Sep 17 00:00:00 2001 From: Spencer Dixon Date: Tue, 28 Nov 2017 07:59:16 -0500 Subject: [PATCH] Adds standard out logging to exo --- .goreleaser.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b78902c..c03797c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -34,13 +34,15 @@ brew: #{opt_bin}/exo start - $EXO_WIKI + --debug RunAtLoad WorkingDirectory - #{HOMEBREW_PREFIX} + #{system "echo $EXO_WIKI"} StandardErrorPath + #{var}/log/exocortex-error.log + StandardOutputPath #{var}/log/exocortex.log