You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
When there is an error in an event file schema structure, the logs do not provide the file name or the line number where the error occurred. This makes debugging difficult for developers.
Expected Behavior
The error logs should include:
The filename where the error occurred.
The line number of the error.
A detailed message explaining the issue.
The text was updated successfully, but these errors were encountered:
sakshiarora386
changed the title
In case of an error in the event file schema structure, As a developer we do not get the error file name in the logs and the line no where the error happened. I am guessing that is being suppressed in yamlLoader somewhere.
Improve Error Logging in Event File Schema Validation
Mar 5, 2025
Current Behavior
When there is an error in an event file schema structure, the logs do not provide the file name or the line number where the error occurred. This makes debugging difficult for developers.
Expected Behavior
The error logs should include:
The filename where the error occurred.
The line number of the error.
A detailed message explaining the issue.
The text was updated successfully, but these errors were encountered: