Skip to content

Commit

Permalink
update log dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smithclay committed Mar 6, 2024
1 parent ae78dfb commit 9db5762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/scripts/install/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ display_results()
info "Collector Config: $(fg_cyan "$INSTALL_DIR/config.yaml")$(reset)"
info "Start Command: $(fg_cyan "sudo launchctl load /Library/LaunchDaemons/$SERVICE_NAME.plist")$(reset)"
info "Stop Command: $(fg_cyan "sudo launchctl unload /Library/LaunchDaemons/$SERVICE_NAME.plist")$(reset)"
info "Logs Command: $(fg_cyan "sudo tail -F $INSTALL_DIR/log/collector.log")$(reset)"
info "Logs Command: $(fg_cyan "sudo tail -F $INSTALL_DIR/collector.log")$(reset)"
decrease_indent

banner 'Support'
Expand Down

0 comments on commit 9db5762

Please sign in to comment.