-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Added option to disable log prefix via cli #7435
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
Added option to disable log prefix via cli #7435
Conversation
|
Are there any updates on this PR? I would also like to use it for my system. |
|
Updated PR with respect to master |
|
I meant more like are there any updates on getting a reviewer to look at / merge the code? |
|
@aiordache any updates? |
aiordache
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from my previous comment, SGTM! @ulyssessouza ?
5369cf0 to
ebd3b6b
Compare
|
Any updates on this @ulyssessouza ? |
ulyssessouza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general flags disabling something use no instead of disable.
This is the case of --no-color, --no-deps, --no-build, etc...
You can run docker-compose up --help to see some examples.
e80cbc9 to
c301c48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Could you please just squash and rebase the changes so I can merge?
Signed-off-by: Kaushal Rohit <[email protected]>
c301c48 to
cddaa77
Compare
|
done, thanks! |
This adds bash completion for docker#7435 Signed-off-by: Harald Albers <[email protected]>
docker-compose logs|up --no-log-prefix, fix formatting of help message
#8067
This adds bash completion for #7435 Signed-off-by: Harald Albers <[email protected]>
Signed-off-by: Kaushal Rohit [email protected]
Resolves #7416
Added a
--no-log-prefixflag to the CLI. Added additional argument to LogPresenter calledkeep_prefix.