logging options in boto3 set_stream_logger

0

I'm trying to find out what the various logging levels are and what they mean. I can't find that anywhere. Can someone please help me on this? I know I can do the following, but that will log everything. boto3.set_stream_logger(''). Also, why don't you have a boto3 or AWS SDK or AWS SDK for python tag?

已提问 2 年前694 查看次数
1 回答
0
已接受的回答

The AWS SDK for Python (Boto3) uses the standard Python logging module, so you're most likely to find helpful insights by referencing the official Python docs as well as articles that cover logging generally.

Here's a direct link to the detail on pre-defined logging levels described in the Python docs.

The Python docs don't really provide guidance on when the various log levels should be used. One resource I've found personally useful in understanding logging best practices—including what log levels mean—is the article, "The 10 commandments of logging".

profile pictureAWS
Kris
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则