Skip to content

Commit d154f73

Browse files
committed
avoid writing any logs, we have sentry
1 parent ec8933f commit d154f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launched.AppleCollector.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<string>--schedule-location-fetching</string>
1313
</array>
1414
<key>StandardErrorPath</key>
15-
<string>/Users/spaceinvader/Documents/AppleCollector/logs/error.log</string>
15+
<string>/dev/null</string>
1616
<key>StandardOutPath</key>
17-
<string>/Users/spaceinvader/Documents/AppleCollector/logs/output.log</string>
17+
<string>/dev/null</string>
1818
<key>StartInterval</key>
1919
<integer>900</integer>
2020
<key>WorkingDirectory</key>

0 commit comments

Comments
 (0)