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

Ensure Metadata is Properly Passed to LogReturn in Logging Class #47

Closed

Conversation

imabutahersiddik
Copy link

This commit addresses an issue in the logging class where the metadata parameter was not consistently passed to the LogReturn instance within the _log method.

Changes Made:

  • Updated the _log method to ensure that the metadata is correctly included when creating a new LogReturn.
  • This change enhances the clarity and consistency of logged messages, allowing for better diagnostic information in log outputs.

By ensuring that metadata is properly handled, we improve the overall robustness of the logging functionality, making it easier for developers to trace and debug issues effectively.

Resolves #46

This commit addresses an issue in the logging class where the `metadata` parameter was not consistently passed to the `LogReturn` instance within the `_log` method. 

**Changes Made:**
- Updated the `_log` method to ensure that the `metadata` is correctly included when creating a new `LogReturn`.
- This change enhances the clarity and consistency of logged messages, allowing for better diagnostic information in log outputs.

By ensuring that metadata is properly handled, we improve the overall robustness of the logging functionality, making it easier for developers to trace and debug issues effectively.
@imabutahersiddik imabutahersiddik closed this by deleting the head repository Oct 28, 2024
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

Successfully merging this pull request may close these issues.

Properly set the metadata value of LogReturn
1 participant