Skip to content

[help] How to view output (stdout) of processes running with controller = crew_controller_local()? #1279

Closed Answered by venpopov
venpopov asked this question in Help
Discussion options

You must be logged in to vote

Ah, figured it out. For anyone else who might search for this:

In argument local_log_directory to crew_controller_local() you can specify where to output stdout and stderror of crew workers. E.g.:

# Set target options:
tar_option_set(
  controller = crew_controller_local(workers = 2, local_log_directory = "output/logs")
)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by venpopov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant