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

Feat: inject custom logger in options #10

Merged
merged 3 commits into from Feb 16, 2024
Merged

Conversation

bacebu4
Copy link
Contributor

@bacebu4 bacebu4 commented Feb 16, 2024

Closes #9

Note: Originally I wanted to provide access to instance of logger in callback, but now it seems that it's not a great idea, cause then we could be confused which logs comes from lib itself and which from user

Copy link
Owner

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you document this?

@mcollina
Copy link
Owner

Can you rebase this branch on top of master? I've pushed a fix for CI

bacebu4 and others added 2 commits February 16, 2024 15:07
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Copy link
Owner

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 26e9d8f into mcollina:main Feb 16, 2024
7 checks passed
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.

Custom logger injection
2 participants