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

records.yaml: Error logs - Include record name as part of the error description. #12030

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

brbzull0
Copy link
Contributor

It basically goes from:

 Warn:   Warn: Ignoring field 'x' at Line 17. Not registered and Unknown tag type '?'

To:

 Warn:   Warn: Ignoring field 'x' [proxy.config.some.field.x] at Line 17. Not registered and Unknown tag type '?'

Record name is now included. This helps in case of multiple fields with that belong to different maps but have the same name.

@brbzull0 brbzull0 added the Records Records related code. label Feb 11, 2025
@brbzull0 brbzull0 self-assigned this Feb 11, 2025
@brbzull0 brbzull0 added this to the 10.1.0 milestone Feb 11, 2025
It basically goes from:

 Warn:   Warn: Ignoring field 'x' at Line 17. Not registered and Unknown tag type '?'

To:

 Warn:   Warn: Ignoring field 'x' [proxy.config.some.field.x] at Line 17. Not registered and Unknown tag type '?'

Record name is now included. This helps in case of multiple fields with
that belong to different maps but have the same name.
@brbzull0 brbzull0 force-pushed the add_rec_name_to_error branch from 5b16fd7 to 4e6d377 Compare February 11, 2025 15:13
@brbzull0 brbzull0 merged commit ad02d7d into apache:master Feb 12, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Records Records related code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants