-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Service logs formatting #31672
Service logs formatting #31672
Conversation
- Align output. Previously, output would end up unaligned because of longer task names (e.g. web.1 vs web.10) - Truncate task IDs and add a --no-trunc option - Added a --no-ids option to remove IDs altogether - Got rid of the generic ID Resolver as we need more customization. Signed-off-by: Andrea Luzzardi <[email protected]>
Signed-off-by: Drew Erny <[email protected]>
ea31a07
to
83c34de
Compare
This PR supersedes #29197 and that PR can be closed. |
I don't believe the test failure is my fault. |
Tentatively targeting 17.04.0 |
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 🦁
Experimental failure is a flaky test yeah 😓
@cpuguy83 any feedback? |
LGTM |
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
Damnit, hit the wrong button, no confirmations or anything... |
da5d126
to
83c34de
Compare
Ok, I fixed it. |
Service logs formatting
This PR updates #29197 to address the concerns with that PR.
--details
flag which isn't supported in the swarmkit API at this time. It may return later.padding
variable on recommendation of @aaronlehmann.no-ids
tono-task-ids
Does this look good @aaronlehmann @cpuguy83 @vdemeester ?
/cc @aluzzardi