ubiquity-os / ubiquity-os-logger

0 stars 6 forks source link

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

Closed imabutahersiddik closed 4 weeks ago

imabutahersiddik commented 4 weeks ago

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:

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