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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南