[Fix][Config] Fix invalid telemetry-log config in seatunnel.yaml#9230
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes an invalid telemetry configuration in seatunnel.yaml that causes log warnings during service startup.
- Correct the telemetry logging configuration by renaming "log" to "logs".
- Ensures that the Seatunnel service correctly parses the telemetry configuration without generating warnings.
| metric: | ||
| enabled: false | ||
| log: | ||
| logs: |
There was a problem hiding this comment.
Renaming 'log' to 'logs' fixes the misconfiguration issue that causes warnings in the service logs.
Member
|
Hi @mrtisttt , why closed this? |
Contributor
Author
Hi, I'm concerned whether this fix will be too simplistic. Although it does solve the problem. I'll reopen it to check if it needs to be merged. I'm just starting to get involved in this project recently. |
hailin0
approved these changes
Apr 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
There is an incorrect configuration in config/seatunnel.yaml, which will cause an error to be reported in the logs when starting the Seatunnel service.
config/seatunnel.yaml:When using this configuration, there will be warnings in the service logs:
The correct configuration should be "logs" instead of "log":
Does this PR introduce any user-facing change?
No.
How was this patch tested?
When the service starts, it can correctly parse the corresponding configuration.
Check list
New License Guide
release-note.