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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠