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

Commits on Oct 28, 2024

  1. Ensure Metadata is Properly Passed to LogReturn in Logging Class

    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 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7b44883 View commit details
    Browse the repository at this point in the history