-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Feature Request] Provide easy way to hide output #66
Comments
Another option: hide stdout unless they pass |
I don't think we need a detached mode, users can run the command in the background if they intend on running it the way you do.
With docker you don't really have a choice but to provide a
There's already a configurable log level, we should make sure the log levels are tuned and possibly default to |
Roey requested I don't tell people to do:
So I'm back onto improving the default output experience @feedmeapples would it be easy to:
(would also be nice if current output
|
My vote is also not to have a
Expert users can probably choose their own preferred style of redirection. For less expert users, I'd recommend simply telling them to run the server in a different terminal window/tab rather than giving them slightly esoteric shell commands. |
Is your feature request related to a problem? Please describe.
In order to be able to continue using my terminal, I have to add
> /dev/null 2>&1 &
like:temporal server start-dev > /dev/null 2>&1 &
Describe the solution you'd like
temporal server start-dev -d
like
docker-compose
's -d flag:A Mac-only alternative solution is #10
Additional context
Previous discussion: temporalio/temporalite-archived#139
The text was updated successfully, but these errors were encountered: