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
What were you initially searching for in the docs?
I want to turn on logging of (3th party) libraries that use standard logging.
Is this related to an existing part of the documentation? Please share a link
The FAQ explains how to enable logging for boto3, but not for other libraries using standard logging.
Describe how we could make it clearer
How should one configure standard logging to make it available in cloudwatch?
Is it possible to output standard logs in the same way as the power tools logger (structured logs)?
The text was updated successfully, but these errors were encountered:
As a common practice, every library should define a way to enable its logging and should be disabled by default with no formatting.
Since this is becoming a common feature request (please add +1 there), we'll add a new method which will allow you to copy Powertools Logger to any registered Python logging library. This method will allow you to specify the 3rd party libraries ones you don't want to touch, and we will set the same or different Log Level and same JSON formatting you are using in Powertools Logger.
Please do reopen if I misunderstood it completely.
What were you initially searching for in the docs?
I want to turn on logging of (3th party) libraries that use standard logging.
Is this related to an existing part of the documentation? Please share a link
The FAQ explains how to enable logging for boto3, but not for other libraries using standard logging.
Describe how we could make it clearer
The text was updated successfully, but these errors were encountered: