Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runBackground redirects stdout and stderr to files instead of command line #2741

Closed
lolgab opened this issue Sep 15, 2023 · 1 comment
Closed

Comments

@lolgab
Copy link
Member

lolgab commented Sep 15, 2023

It seems that the problem was introduced in #2377
In particular, the change was introduced in this commit: 1a43868

Before this PR stdout was redirected to mill's stdout, after it goes to os.pwd / "stdout.log" and stderr goes to os.pwd / "stderr.log"

@lihaoyi
Copy link
Member

lihaoyi commented Jul 22, 2024

Probably going to call this a wontfix. The whole point of runBackground is you may have your terminal doing other things after, and so we can't just keep sending logs to the terminal after you call it. So to avoid just losing them, they have to go to log files, and people can tail the logs if necessary

@lihaoyi lihaoyi closed this as completed Jul 22, 2024
@lolgab lolgab closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants