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

[Improve][E2E][Log] Set Logger level to INFO #5587

Closed
3 tasks done
CheneyYin opened this issue Oct 3, 2023 · 2 comments
Closed
3 tasks done

[Improve][E2E][Log] Set Logger level to INFO #5587

CheneyYin opened this issue Oct 3, 2023 · 2 comments

Comments

@CheneyYin
Copy link
Contributor

CheneyYin commented Oct 3, 2023

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

I found that some necessary logs of seatunnel-e2e were not output. These logs are useful for debugging and feature verification. I suggest set logger level to INFO in seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties.

Before change level
level_warn

After change level
level_info

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@liugddx
Copy link
Member

liugddx commented Oct 4, 2023

There is no need to set it as info level in e2e. The log will be very large. We can tell the developer to change the log level to info in the document.

@CheneyYin
Copy link
Contributor Author

CheneyYin commented Oct 4, 2023

There is no need to set it as info level in e2e. The log will be very large. We can tell the developer to change the log level to info in the document.

I agree with you

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