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

Logs truncated to 500 lines #351

Open
RafiGreenberg opened this issue Dec 5, 2019 · 3 comments
Open

Logs truncated to 500 lines #351

RafiGreenberg opened this issue Dec 5, 2019 · 3 comments

Comments

@RafiGreenberg
Copy link

Description:
Task execution logs show only the last 500 lines of log

Release versions:
2.2.2.RELEASE

Steps to reproduce:

  • Launch a task
  • View task execution logs

Screenshots:

image

@ilayaperumalg
Copy link
Contributor

@mackoftrack I assume you are using K8s deployer. Currently, we hard code the tail lines of logs to 500 when showing the log of a Pod as in here. We'll enhance this with some configuration options in the upcoming releases.

@RafiGreenberg
Copy link
Author

@ilayaperumalg Yes using k8s deployer. Thanks for explanation. This should definitely be configurable, or at least default to showing all logs perhaps? Why limit to 500 lines?

@ilayaperumalg
Copy link
Contributor

We wanted to have a reasonable default for the initial implementation and hence 500 being the current default. Yes, we'll have the configuration options in the deployer implementations. I am moving this to K8s deployer to track it from there. Thanks for the inputs.

@ilayaperumalg ilayaperumalg transferred this issue from spring-cloud/spring-cloud-dataflow Dec 5, 2019
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