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
@gwlester you'll need to fork this repository then push your changes to a branch in your own fork. You can then create a PR from your own fork against this repo. If you're having issues, come ping us in #lambda-powertools on the AWS Developer Slack (invite if you need one) and we'll help.
Is your feature request related to a problem? Please describe.
Users would like to use a customized logger.
Describe the solution you'd like
Add the ability to pass a logger instance, defaulted to None into the object creation of the following classes:
The init method would create a logger instance if None was passed in.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: