Skip to content

Commit

Permalink
Do not log to file by default
Browse files Browse the repository at this point in the history
Launchd doesn't seem to take care of rotating the logs so disabling it
for now.
  • Loading branch information
rubiojr committed May 2, 2017
1 parent 0ee2c10 commit 973e1e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions script/build-app-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ cat > $RES_PATH/launchagent.plist << "EOF"
<key>LowPriorityIO</key>
<true/>
<key>StandardOutPath</key>
<string>/Users/@@user@@/Library/Logs/beehived.log</string>
<key>StandardErrorPath</key>
<string>/Users/@@user@@/Library/Logs/beehived.log</string>
<key>ProcessType</key>
<string>Background</string>
</dict>
Expand Down

0 comments on commit 973e1e8

Please sign in to comment.