Create a low-level service client by name using the default session.
Create a resource service client by name using the default session.
Add a stream handler for the given name and level to the logging module. By default, this logs all boto3 messages to stdout
.
>>> import boto3 >>> boto3.set_stream_logger('boto3.resources', logging.INFO)
For debugging purposes a good choice is to set the stream logger to ''
which is equivalent to saying âlog everythingâ.
Be aware that when logging anything from 'botocore'
the full wire trace will appear in your logs. If your payloads contain sensitive data this should not be used in production.
name (string) â Log name
level (int) â Logging level, e.g. logging.INFO
format_string (str) â Log message format
Set up a default session, passing through any parameters to the session constructor. There is no need to call this unless you wish to pass custom parameters, because a default session will be created for you.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4