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

Progress bar not visible in k8s logs #236

Open
johnbradley opened this issue Mar 18, 2019 · 0 comments
Open

Progress bar not visible in k8s logs #236

johnbradley opened this issue Mar 18, 2019 · 0 comments

Comments

@johnbradley
Copy link
Collaborator

When DukeDSClient is run inside a k8s container the progress bar isn't visible.
This is due to how logging works within k8s - It holds the output until a newline is printed.
The current progress bar rewrites the same line without adding a newlines as it progresses.
This means there will be no output until the upload or download operation is complete when running inside k8s.

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

1 participant