Skip to content

Commit

Permalink
Adds standard out logging to exo
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerCDixon committed Nov 28, 2017
1 parent 01d44df commit 3638a6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ brew:
<array>
<string>#{opt_bin}/exo</string>
<string>start</string>
<string>$EXO_WIKI</string>
<string>--debug</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
<string>#{system "echo $EXO_WIKI"}</string>
<key>StandardErrorPath</key>
<string>#{var}/log/exocortex-error.log</string>
<key>StandardOutputPath</key>
<string>#{var}/log/exocortex.log</string>
</dict>
</plist>
Expand Down

0 comments on commit 3638a6e

Please sign in to comment.